Merge "Replace line breaks with spaces instead of nothing."
tree: e03d0936de52829e5f9dde377dfc1a4856e433fa
  1. annotation/
  2. OWNERS
  3. README.md
README.md

Platform compat tools

Tools for Android App Compat (go/android-compat).

What's in here?

annotation
├── processors # 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
└── src # Source files for annotation themselves