Merge "Update compat-changeid-annotation-processor-test and unsupportedappusage-processor-test to not run in TEST_MAPPING" am: 43eef7c4cd am: c462a60317

Original change: https://android-review.googlesource.com/c/tools/platform-compat/+/1619879

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I423f8cb936107b8269ca2a0285939e15907d4ba8
tree: fa305028c8fbea7ce3db6ebc1aee586d2e41390d
  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?

├── build # python helper scripts for build
├── java # All Java source files; directories follow corresponding java packages
│   └── android
│       ├── compat
│       │   └── annotation # Annotations used for go/compat-framework and go/unsupportedappusage
│       └── processor
│           └── compat  # 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
└── javatest # Tests for source files defined under java/