commit | 4e3fcc0042d9d29d23bb04460e41b8e35943fe9d | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 05:08:09 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 05:08:09 2023 +0000 |
tree | 9a823d874176bd33112ceadf0a6a727839e3cea2 | |
parent | d719c40a1f72f88670709d0cd78fffe62d886b83 [diff] | |
parent | 521ad2594c2dcffd3866f38b4198c3ba81d09328 [diff] |
Snap for 10453563 from 521ad2594c2dcffd3866f38b4198c3ba81d09328 to mainline-extservices-release Change-Id: I547a5eadc99fc3e1dd9f9418231f2a3ba22c5554
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/