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:
@@ -32,6 +32,7 @@ java_defaults {
|
||||
],
|
||||
libs: [
|
||||
"framework-tethering",
|
||||
"unsupportedappusage",
|
||||
],
|
||||
|
||||
manifest: "AndroidManifestBase.xml",
|
||||
|
||||
Reference in New Issue
Block a user