Android CTS 13.0 Release 8 (11681990)
Snap for 10190337 from 069a24df8e32a09f90e3773b7ffb934b9ba288b7 to android13-tests-release

Change-Id: I2849230463c3be83a178978010250507103aa5d5
tree: 1901921fe2daa9ea0ddbedb4408dcbc07a0a703e
  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/