Remove unused UnsupportedAppUsage annotations.

The new annotation is android.compat.annotation.UnsupportedAppUsage.

Test: m
Bug: 145132366
Change-Id: I4790902cf47b51991cdf292f161bef55c941679e
1 file changed
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