[automerger skipped] Build unsupportedappusage for the host am: 2f26feaed2 am: 6b38eb3d07 am: ad5ad1dc0d -s ours
am skip reason: Change-Id I0dc774a3225a2da54762464ba675c09f480c9f9f with SHA-1 2a12da0f02 is in history

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