Merge "Cleanup framework-all usage"

This commit is contained in:
Anton Hansson
2019-12-18 10:21:23 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 4 deletions

View File

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

View File

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