Move UnsupportedAppUsageProcessor to tools/platform-compat

Test: diff unsupportedusage_index.csv
Bug: 145132366
Change-Id: I7b9266064a22c9fd55634b2ef4edfcb45cf20820
Merged-In: I7b9266064a22c9fd55634b2ef4edfcb45cf20820
11 files changed
tree: 38dc3aa90b382a32e9b1a1a75bf27e24992f14d5
  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