[automerger skipped] Move shared library code from EDI am: 2dee2f34d1 am: 03bf070e64 am: e05fc72ac5 am: 7092e69ee4 -s ours

am skip reason: Merged-In I4eb5d39cadbb89311a1bff824333e4a70cb0b51b with SHA-1 2dee2f34d1 is already in history

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

Change-Id: Ide515d6b011f7194964f2ba9f630ea6729bb42ca
tree: 3501ee7196591d863fffbe49c8c8be567c1cdb1e
  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/