Merge Android U (ab/10368041)

Bug: 291102124
Merged-In: Ifec02cb66397e9d10a91cf919bd97d0d368c18b1
Change-Id: I9b024ae8d416fe0c090d7b009de7a4e6b6bda461
tree: c83d1885f7348846ef06ceec05ee4d489ba30d9d
  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/