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 DeprecationMismatch" +
" --hide HiddenTypedefConstant",
libs: [
"framework-all",
],
visibility: ["//visibility:private"],
check_api: {
current: {

View File

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