Remove explicit configuration for class2nonsdklisttest am: 011fbecaac am: 98350b4a0e

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

Change-Id: I3f9b2f2c22b91178a81d0877d68bdab659bb3d2e
tree: 11fe09c0a3f625dde9b570802ae6b8504a4f3417
  1. build/
  2. java/
  3. javatest/
  4. Android.mk
  5. OWNERS
  6. 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/