commit | 365ff9e8f24c794136ae411b7b914ef3cfebc746 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Jan 16 15:53:56 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Jan 16 15:53:56 2022 +0000 |
tree | 62c4367e8bbb2422bf5f945b53ab8f179d515238 | |
parent | 91baee4be8a9c2a1365fead7fcee365b35669a65 [diff] | |
parent | 702c7a71515bac4c58cc8f146731286404a7159c [diff] |
Snap for 8084978 from 702c7a71515bac4c58cc8f146731286404a7159c to r-keystone-qcom-release Change-Id: If325016cba830907dbafc57807ad8e4f6af2e420
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/