Merge "Remove @hide tags from @ChangeId descriptions." am: bf27291688 am: c07b606761 am: 225414cbd0

Change-Id: Iaff28dad2db2f2515634a18ccd2a09322e4a3817
tree: b63756e4e09f4d9be681f414541c842755597a09
  1. annotation/
  2. build/
  3. Android.mk
  4. OWNERS
  5. 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