Move hidden API dist build rules to platform-bootclasspath am: ac0f01cbf0 am: a0fd32f46d am: 24b5020326

Original change: https://android-review.googlesource.com/c/tools/platform-compat/+/1673406

Change-Id: I419b3b3fd587fb3819f7afef11786ed0e62c7c2f
tree: 7fff55868538564eef780f19171e95f90fde3165
  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?

├── 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/