Remove platform-compat-eng as OWNERS. am: e11e803ab2 am: b3ec5cea42 am: 04ac8e91e6 am: bd308c6841 am: 47b81f0b02

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

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