[automerger skipped] Skip Android 24Q2 Release (ab/11526283) to aosp-main-future am: 12adade6f5 -s ours

am skip reason: Merged-In Idcd4156d65d314ab47c90883929e183f0bf364aa with SHA-1 ae587ebd67 is already in history

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

Change-Id: I039f0d15759ccb396fa68e9ded417e8f20668cfb
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: abaac6964da12bc6681f323069a7abeb3c8168cb
  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/