commit | 378d217a3a9d32d8fd5c97ed5d3369d9057c372c | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Thu Jun 29 06:39:31 2023 -0700 |
committer | Linux Build Service Account <lnxbuild@localhost> | Thu Jun 29 06:39:31 2023 -0700 |
tree | 9a823d874176bd33112ceadf0a6a727839e3cea2 | |
parent | d18a628709b3763db03779099edf895185500395 [diff] | |
parent | 83b457ea370dbd9f9002fabc212b2efc4f4ff682 [diff] |
Merge 83b457ea370dbd9f9002fabc212b2efc4f4ff682 on remote branch Change-Id: Ibdbf8e76d7152907abf3daa2beaaec1e95fa2bd4
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/