commit | d719c40a1f72f88670709d0cd78fffe62d886b83 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat May 06 00:34:49 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat May 06 00:34:49 2023 +0000 |
tree | d07a2d88402a8ce5359168224b98acec6e7564e8 | |
parent | 87fd0247e9177ee004c4d42e98ba60beb0dfcbfc [diff] | |
parent | 034e599aeef347236f8a05aec29cbdc665e797d2 [diff] |
Snap for 10079106 from 034e599aeef347236f8a05aec29cbdc665e797d2 to mainline-extservices-release Change-Id: I06798bad79e1a93c8255f0294facf0a705381d0d
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/