Move annotations to the right folder. am: 4c26fd36e9

Change-Id: I6e9cda65512bdc0ec72031dc0f7d476216be1661
tree: 64ab609145660fae44a390139e2d6debbbcadca9
  1. build/
  2. java/
  3. javatest/
  4. Android.mk
  5. OWNERS
  6. 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