[automerger skipped] Merge "Revert "API changes as requested by API council."" am: 31e5b015df am: 6577c061fc am: 19b3985a37 -s ours am: 3b40bea4d6 -s ours

am skip reason: skip tag Change-Id I16bf86a9ca6771ab7fbf87bcef222f45e53c2f0e with SHA-1 1f4bd32d68 is already in history. Skip tag was found from reverted change I16bf86a9ca6771ab7fbf87bcef222f45e53c2f0e

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

Change-Id: I06537a93b8dd890c5dd132f9def9542a1930d284
tree: 008eea3cce9b265becf3248b1c6c0ddc9f8ced78
  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/