Add NFC service to apex_available am: 3e5e77f851

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

Change-Id: Ibd3de49b35127026582c386a113af1a531c9ee48
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 43e847232f35a167a0721bc0c68a0bdc68535f84
  1. build/
  2. hiddenapi/
  3. java/
  4. javatest/
  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/