Bug: 137174839

Clone this repo:
  1. 2b62061 Mark 24Q4 as merged in aosp-main-future by Xin Li · 3 months ago main master
  2. abdc3e8 Fix UnusedVariable errorprone issues am: 4e0d18a559 by Cole Faust · 4 months ago
  3. 4e0d18a Fix UnusedVariable errorprone issues by Cole Faust · 4 months ago
  4. d3123bb [automerger skipped] Mark ab/11976889 as merged in aosp-main-future am: a0774fc855 -s ours by Xin Li · 7 months ago
  5. a0774fc Mark ab/11976889 as merged in aosp-main-future by Xin Li · 7 months ago android15-tests-dev

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/