[automerger skipped] Merge Android U (ab/10368041) am: 6da0d87a7e -s ours am: a356424bd3 -s ours am skip reason: Merged-In Ifec02cb66397e9d10a91cf919bd97d0d368c18b1 with SHA-1 7f2c55e86d is already in history Original change: https://googleplex-android-review.googlesource.com/c/tools/platform-compat/+/24183163 Change-Id: I6d60a4b551bd5be4a78029d4df716d4d68ccf615 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/