Class2NonSdkList: add '35' here

To unblock sdk_finalization CI broken build.

+ adding more owners

Bug: 313893203
Test: presubmit
Change-Id: Ic339f28f4ed290e574b49b07923eb78ec2d12e8b
2 files changed
tree: f44f41cf120a4a8fa439ad27729c2f9ccda323d8
  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/