| commit | 3c70e1c98fd70a2d88ed12ee4ca2be338fc70937 | [log] [tgz] |
|---|---|---|
| author | Cole Faust <[email protected]> | Tue Mar 04 17:17:52 2025 -0800 |
| committer | Automerger Merge Worker <[email protected]> | Tue Mar 04 17:17:52 2025 -0800 |
| tree | fd12e2d2365225c63e76f317a337efa7e228c897 | |
| parent | 07567a59801d77f41adfc28a8f5f6c677e3153d4 [diff] | |
| parent | ccd40a95c4f1f83c677341f5c0fcd4f64f6e5a63 [diff] |
Cleanup python version properties am: ccd40a95c4 Original change: https://android-review.googlesource.com/c/tools/platform-compat/+/3518511 Change-Id: Idea713e3325354fcc9df483f53766e21983b7e04 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/