commit | 88aaf9df5107403b278dfa4dcff9b5ec2455bf06 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Sat Mar 08 16:10:08 2025 -0800 |
committer | Xin Li <delphij@google.com> | Sat Mar 08 16:10:08 2025 -0800 |
tree | fd12e2d2365225c63e76f317a337efa7e228c897 | |
parent | ccd40a95c4f1f83c677341f5c0fcd4f64f6e5a63 [diff] | |
parent | 3c70e1c98fd70a2d88ed12ee4ca2be338fc70937 [diff] |
Merge 25Q1 (ab/BP1A.250305.020) to AOSP main Bug: 385190204 Merged-In: I0549af69d95b523ee2776249a0bf5e6e9f967493 Change-Id: If09169687188f83efdc09bf4e3ed2700735ddc45
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/