You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Change-Id: If3e3c4e01b19443714d880ae669aaa8b39edfff7 |
4 years ago | |
|---|---|---|
| .. | ||
| build | 4 years ago | |
| java/android | 4 years ago | |
| javatest/android/processor/compat | 4 years ago | |
| Android.mk | 4 years ago | |
| OWNERS | 4 years ago | |
| README.md | 4 years ago | |
README.md
Platform compat tools
Tools for Android App Compat (go/android-compat).
What's in here?
├── 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/