Mark ab/11976889 as merged in aosp-main-future

Bug: 347831320
Merged-In: If0548543f53e221974f58d03c5187914c15a004f
Change-Id: Ie1ca14ff36eafa571118f6294f0affc408757893
tree: 897aa8ddca83eccf2647fe4f40b7c1f8a9a8e115
  1. build/
  2. hiddenapi/
  3. java/
  4. javatest/
  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/