Add support for max-target-s

Test: make
Bug: 169748350
Change-Id: I4d2a15480d4f909e3fab396cb56c38acb62028f6
Merged-In: I4d2a15480d4f909e3fab396cb56c38acb62028f6
1 file changed
tree: 0fe18f25b6e97266c96b8e4e9b4fd6a58cfd630a
  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/