Bug: 137174839

Clone this repo:
  1. 88aaf9d Merge 25Q1 (ab/BP1A.250305.020) to AOSP main by Xin Li · 2 months ago main master
  2. 3c70e1c Cleanup python version properties am: ccd40a95c4 by Cole Faust · 3 months ago tmp_25Q1_merge
  3. ccd40a9 Cleanup python version properties by Cole Faust · 3 months ago
  4. 07567a5 Merge 25Q1 (ab/12770256) to aosp-main-future by Xin Li · 3 months ago
  5. 63a16df Add NFC service to apex_available am: 3e5e77f851 by Brad Lassey · 4 months ago

Platform compat tools

Tools for Android App Compat (go/android-compat).

What's in here?

├── 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/