Bug: 137174839

Clone this repo:
  1. 952a2c2 Class2NonSdkList: add '35' here by Alex Buynytskyy · 9 hours ago main master
  2. 2fed464 Clean up obsolete aliases for Truth. by Krzysztof Kosiński · 8 weeks ago
  3. 1e10713 Merge Android 14 by Xin Li · 8 weeks ago
  4. 6da0d87 Merge Android U (ab/10368041) by Xin Li · 4 months ago
  5. 7f48a0f Updating owners am: ea517aba56 by Alexei Nicoara · 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/