Bug: 137174839

Clone this repo:
  1. 4e0d18a Fix UnusedVariable errorprone issues by Cole Faust · 10 weeks ago main master
  2. a0774fc Mark ab/11976889 as merged in aosp-main-future by Xin Li · 6 months ago android15-tests-dev
  3. 6d460a7 Merge "Remove unused Android.mk" into main am: 303c4dbf8e by Treehugger Robot · 6 months ago
  4. 303c4db Merge "Remove unused Android.mk" into main by Treehugger Robot · 6 months ago
  5. 1c46f32 Remove unused Android.mk by Herbert Xue · 6 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/