commit | 3f2bf6d12bcbfbf2b928b2583b88a49b490d4744 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Mar 23 16:57:46 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Mar 23 16:57:46 2023 +0000 |
tree | d07a2d88402a8ce5359168224b98acec6e7564e8 | |
parent | 3abb99d477be3418edcccbf2c8b0ae24d21451ff [diff] | |
parent | bb0c1138c4096cd7da668e38222cbc725e9cfc51 [diff] |
Snap for 9797055 from bb0c1138c4096cd7da668e38222cbc725e9cfc51 to mainline-permission-release Change-Id: Ie11c14c2b785b4af0b53078ec0b7f5cb120402af
Tools for Android App Compat (go/android-compat).
├── build # python helper scripts for build ├── java # All Java source files; directories follow corresponding java packages │ └── android │ ├── compat │ │ └── annotation # Annotations used for go/compat-framework and go/unsupportedappusage │ └── processor │ └── compat # Java annotation processors for annotations defined in src/ │ ├── changeid # Creates compat_config xml files from @ChangeId constants │ └── unsupportedappusage # Creates csv files with source positions for @UnsupportedAppUsage elements └── javatest # Tests for source files defined under java/