commit | ad5d4e5499937885fc302d6d74d68793b74647ae | [log] [tgz] |
---|---|---|
author | Steven Laver <lavers@google.com> | Fri Feb 14 13:18:26 2020 -0800 |
committer | Steven Laver <lavers@google.com> | Fri Feb 14 13:18:26 2020 -0800 |
tree | 8fa2b9570b2d4074154627d396b5f56fabb3befe | |
parent | c9726c6c95133aa284913699a13a1050ed2ec9b1 [diff] | |
parent | 3c9e27fb06b5d9589ebeb113a9cc4f57e930df80 [diff] |
Merge RP1A.200214.001 Change-Id: Ic7d81d46956af7c0c890dd7bb29134c092199481
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/