[automerger skipped] Don't staticically depend on guava. am: bd7a13f910 -s ours am skip reason: Merged-In Id82e4cfd2049ff54b8b1e9bf680d2d3a6517871e with SHA-1 0acd0d3812 is already in history Original change: https://android-review.googlesource.com/c/tools/platform-compat/+/1729799 Change-Id: I8a66e1e57c4ee6128c72d1e190ae28cce523964e
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/