Snap for 6170127 from 61b284f2ca5373b6f423cf6105c014e7ae4d160e to rvc-release

Change-Id: I5d0b91b5ee4a1bebf4d3f84ccbc380266c89c6a7
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