Add a testing util for accessing classpath jars on a device.

The utility is going to be used by:
- StrictJavaPackagesTest
- CTS test for collecting classpath info from launched phones
- CTS test for derive_classpath service

Bug: 184745544
Test: N/A
Change-Id: I94d2f277360c92250e67d6f10f412945bbf65d0d
Merged-In: I94d2f277360c92250e67d6f10f412945bbf65d0d
2 files changed
tree: 178d1fac145901042b0b61aed65c1efc9241fc6c
  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/