Add a testing util for accessing classpath jars on a device. am: 6d17636a76

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

Change-Id: I4cd2988d5ce6f9673eb32c89daf8f92d6a5ceb37
tree: 38d1f9651b541d73cadf8db4a86fc132681380e1
  1. build/
  2. hiddenapi/
  3. java/
  4. javatest/
  5. Android.mk
  6. OWNERS
  7. 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/