Android Platform 12.1.0 Release 12 (SPM2.220819.017)
Snap for 7792182 from cfa5a189e9671992ba7ad5b8de5d59826544a592 to sc-v2-release

Change-Id: Ief1c781eadc37cd67643c26ea158999dbf58a674
tree: 3501ee7196591d863fffbe49c8c8be567c1cdb1e
  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/