Cleanup framework-all usage

It generally shouldn't be depended on. Only by droidstubs for
modules.

Bug: 137191822
Test: m
Change-Id: I16e672aaae80d8bcce25e46c34984797740aae1b
This commit is contained in:
Anton Hansson
2019-12-17 18:34:59 +00:00
parent 132a186bdb
commit 6fb18bbfdb
2 changed files with 1 additions and 4 deletions

View File

@@ -117,9 +117,6 @@ droidstubs {
" --hide ReferencesHidden" + " --hide ReferencesHidden" +
" --hide DeprecationMismatch" + " --hide DeprecationMismatch" +
" --hide HiddenTypedefConstant", " --hide HiddenTypedefConstant",
libs: [
"framework-all",
],
visibility: ["//visibility:private"], visibility: ["//visibility:private"],
} }

View File

@@ -28,7 +28,7 @@ java_sdk_library {
":framework_native_aidl", ":framework_native_aidl",
], ],
libs: [ libs: [
"framework-all", "framework",
"app-compat-annotations", "app-compat-annotations",
"unsupportedappusage", "unsupportedappusage",
], ],