Add merged compat config to droidcore target.

This makes it show up on the build server as a build artifact.

Test: m dist
Change-Id: I5c3d327aa183ada873c8446533f32374e5ef0ce3
1 file changed
tree: 2f21f818c1aa14f1d613fd1e79df4397b6e20885
  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