[LSC] Add LOCAL_LICENSE_KINDS to tools/platform-compat

Added SPDX-license-identifier-Apache-2.0 to:
  java/com/android/annotationvisitor/Android.bp
  javatest/com/android/annotationvisitor/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I96b4ce5747569017d9a8efacff9934b7e99a8127
2 files changed
tree: 6047563f742bdc39af1f6524f63b8802fec75c98
  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/