Bug: 137174839

Clone this repo:
  1. 3ea45ec Update platform-compat owners for android14-tests-dev am: 3155e6f85e by Mark White · 3 days ago main master
  2. 3155e6f Update platform-compat owners for android14-tests-dev by Mark White · 5 days ago android14-tests-dev
  3. 226f4d2 Updates to platform-compat OWNERS by Mark White · 6 weeks ago
  4. c03db36 Remove alexbuy@google.com from OWNERS by Owner Cleanup Bot · 7 weeks ago
  5. 83493b1 Merge "Add unsupportedappusage-sdk-none module" into main am: cbab44b690 by Jihoon Kang · 3 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/