Add minimal support for maxTargetSdk=S. am: 39e8e26c3a am: d0f2f9c8fd am: f1018ed393 am: e9cecfd05f am: 84820c006f

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

Change-Id: I47cefe9467b00624f124e2e699c92af64373e91c
tree: d07c439abba911f436e9f9a0626fa8ed251ed98f
  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/