Merge "Introduce UnsupportedAppUsage annotation in tools/platform-compat." am: 5f674c62cb am: 4036db6d5b
am: 3d9f415962

Change-Id: I22b6aeaeaa159948d782c1649b68c3254c5cb0b7
tree: 10faba24480aa70abe5e9f76ef16246537961f03
  1. annotation/
  2. OWNERS
  3. README.md
README.md

Platform compat tools

Tools for Android App Compat (go/android-compat).

What's in here?

annotation
├── processors # 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
└── src # Source files for annotation themselves