Build unsupportedappusage for the host

A host dependency was added by Ifefeffbf845f4e41f74bf762e4445f9a8cdebe44.

Test: m checkbuild
Change-Id: I0dc774a3225a2da54762464ba675c09f480c9f9f
Merged-In: I0dc774a3225a2da54762464ba675c09f480c9f9f
(cherry picked from commit 2a12da0f020cca48f5162bd9c0e721a06ab91811)
1 file changed
tree: cd69c8a4af254a291f40a0c9662eb4d593ad71af
  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