Bug: 137174839

Clone this repo:
  1. 226f4d2 Updates to platform-compat OWNERS by Mark White · 4 weeks ago main master
  2. c03db36 Remove alexbuy@google.com from OWNERS by Owner Cleanup Bot · 4 weeks ago
  3. 83493b1 Merge "Add unsupportedappusage-sdk-none module" into main am: cbab44b690 by Jihoon Kang · 3 months ago
  4. cbab44b Merge "Add unsupportedappusage-sdk-none module" into main by Jihoon Kang · 3 months ago
  5. 7780603 Add unsupportedappusage-sdk-none module 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/