Don't write ChangeId javadoc into config XML.
Saves ~170kb of RAM on all Android devices.

Bug: 368815606
Change-Id: I3e5d762fe5ba2dde3c45c7d2345ae0e9f186f0e9
Flag: EXEMPT bugfix
2 files changed
tree: 8504ec9e787e8e4d8090f30e5b18297fb61acca5
  1. build/
  2. hiddenapi/
  3. java/
  4. javatest/
  5. OWNERS
  6. README.md
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/