Update supported version for annotation processors to Java 11

Test: m
Bug: 234418964
Change-Id: Ib0776a12d9ba5db195d3774ee7815ecc44a37315
(cherry picked from commit db9d025c15e93038f4c75719267f89a2ea1a1ebc)
Merged-In: Ib0776a12d9ba5db195d3774ee7815ecc44a37315
2 files changed
tree: 71606191e6c14447a65636074006c867172981be
  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/