Snap for 6182732 from c07b62a94b979a06db88b2932824df8b6ae4c025 to rvc-release am: 3c9e27fb06

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

Change-Id: I74fd4a5e4c9800a8594bb0aa49ad306c438eec44
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/