| commit | a3211b8ad9c15618b1d3efb2520d70e1af087704 | [log] [tgz] |
|---|---|---|
| author | Mark White <anothermark@google.com> | Thu Jun 26 11:39:12 2025 -0700 |
| committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jun 26 11:39:22 2025 -0700 |
| tree | 24f6775e32ad29d8e203b75d47fe7588dfe701de | |
| parent | 63633e7c4a4950276799c6196dc63ad0dd94e6eb [diff] |
Revert "Revert "Resolve compat perf regression via @NoLogging an..." Revert submission 34235880-revert-34109140-compat-nologging-ULMDUCRDIO Reason for revert: Reapplying with mainline fix Reverted changes: /q/submissionid:34235880-revert-34109140-compat-nologging-ULMDUCRDIO Change-Id: I2c641e5e333c5827df377e2997afdf525382a275
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/