Clean up obsolete aliases for Truth. am: 2fed464ee4 am: 61c7b7ef2a

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

Change-Id: I786172d1f5da9e3c7a738bb091882c63d275ffe3
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: edc706e6cb8198d23b17018698017e8cf8412050
  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/