Don't override maxTargetSdk for trackingBug=170729553.

Instead, just don't require publicAlternatives for these APIs. This
moves all APIs tagged with bug 170729553 to the max-sdk-R list.

For this bug, and when maxTargetSdk=30, don't require publicAlternatives
We think the APIs are unused, therefore there is no value to adding this
information - we don't need a public alternative.

Bug: 173499988
Test: m
Test: atest --host class2nonsdklisttest
Change-Id: I0098ff869d52c1e1f120990a174d3e7b9229a41f
2 files changed
tree: f9ab897ecebbfb6bcc2033542868d38fadad9e89
  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/