[automerger skipped] Merge "Allow change ids to be defined in interfaces and enums." into rvc-dev am: de2f05d6fa am: 8f9f100a6e am: 31c32a9a54 -s ours

am skip reason: Change-Id I1ce15ed9e6d1eb59e5001cde6452fc368c8d15b7 with SHA-1 ee39f277bf is in history

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

Change-Id: Ideff04fd96b118e50194ae34a2d7f8e5a99eec33
tree: 62c4367e8bbb2422bf5f945b53ab8f179d515238
  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/