Use new UnsupportedAppUsage annotation.

Existing annotations in libcore/ and frameworks/ will deleted after the migration. This also means that any java library that compiles @UnsupportedAppUsage requires a direct dependency on "unsupportedappusage" java_library.

Bug: 145132366
Test: m && diff unsupportedappusage_index.csv
Change-Id: I288969b0c22fa3a63bc2e71bb5009fe4a927e154
This commit is contained in:
Artur Satayev
2019-12-10 17:47:53 +00:00
parent facb4766b1
commit 2e1ad6ef00

View File

@@ -32,6 +32,7 @@ java_defaults {
], ],
libs: [ libs: [
"framework-tethering", "framework-tethering",
"unsupportedappusage",
], ],
manifest: "AndroidManifestBase.xml", manifest: "AndroidManifestBase.xml",