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

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