commit | 87fd0247e9177ee004c4d42e98ba60beb0dfcbfc | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Mar 08 02:54:29 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Mar 08 02:54:29 2023 +0000 |
tree | d07a2d88402a8ce5359168224b98acec6e7564e8 | |
parent | 0d824b940761f989978566f8480d2fbced53fb42 [diff] | |
parent | bb0c1138c4096cd7da668e38222cbc725e9cfc51 [diff] |
Snap for 9706449 from bb0c1138c4096cd7da668e38222cbc725e9cfc51 to mainline-extservices-release Change-Id: Ia6177fddf4847c1479119073b38d48fbf43d4d28
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/