Move platform compat annotation processors to android.processor.compat java package.

Bug: 148146608
Test: m
Change-Id: I412ab9fc67caad2585dc70ddc4ece311d50348eb
18 files changed
tree: 4aac4d68eb1522f7830187745eadef7ebfacd2a8
  1. build/
  2. java/
  3. javatest/
  4. Android.mk
  5. OWNERS
  6. 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