Revert "Resolve compat perf regression via @NoLogging annotation"

Revert submission 34109140-compat-nologging

Reason for revert: Caused a mainline build break b/427861064

Reverted changes: /q/submissionid:34109140-compat-nologging

Change-Id: Ic47203a3fe326ab224406f7c0b8c8561b1237098
6 files changed
tree: b34389fe17e305769b0767b4b8deef555e97dc50
  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/