Merge "Cleanup framework-all usage"

This commit is contained in:
Anton Hansson
2020-02-21 10:59:55 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 4 deletions

View File

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

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",
], ],