Remove unused UnsupportedAppUsage annotations.
am: 18361eff99

Change-Id: I585b09185e53a1608e1d0058abf52db67b8d255a
tree: 1d16a5327bc792734687d95d85785a7a86807910
  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