Add TEST_MAPPING for unit tests. am: a11fe062b9 am: f55a04b2af

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia3500e4c6fd31eaff6131f937fde3247c86ec91b
tree: 6bf3bf9761d9e2c1a36447d0ea059675786a31f6
  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/