Add support for max-target-s am: 2ea954fdf7 am: 41e6dd090f Original change: https://googleplex-android-review.googlesource.com/c/tools/platform-compat/+/18164346 Change-Id: I4a15301cc7250b1d91a723942f1c6c5b2bbcaac6 Signed-off-by: Automerger Merge Worker <[email protected]>
Tools for Android App Compat (go/android-compat).
├── 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/