Merge "Revert^2 "API changes as requested by API council."" am: 3a7c11ba45

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

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