Skip to content

Commit

Permalink
Cleanup framework-all usage
Browse files Browse the repository at this point in the history
It generally shouldn't be depended on. Only by droidstubs for
modules.

Bug: 137191822
Test: m
Change-Id: I16e672aaae80d8bcce25e46c34984797740aae1b
  • Loading branch information
Anton Hansson committed Dec 18, 2019
1 parent 132a186 commit 6fb18bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions services/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ droidstubs {
" --hide ReferencesHidden" +
" --hide DeprecationMismatch" +
" --hide HiddenTypedefConstant",
libs: [
"framework-all",
],
visibility: ["//visibility:private"],
}

Expand Down
2 changes: 1 addition & 1 deletion test-mock/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ java_sdk_library {
":framework_native_aidl",
],
libs: [
"framework-all",
"framework",
"app-compat-annotations",
"unsupportedappusage",
],
Expand Down

0 comments on commit 6fb18bb

Please sign in to comment.