Move annotations to the right folder.

The annotations are defined in android.compat.annotation java package, not in com.android.

Bug: 148146608
Test: m
Change-Id: Iee55fad822bb631911021f4fdd79b85ead557164
5 files changed
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