Skip to content
Snippets Groups Projects
Commit 1d53c8c9 authored by Anton Hansson's avatar Anton Hansson
Browse files

Cleanup framework-all usage

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

Bug: 137191822
Bug: 149906971
Test: m
Change-Id: I16e672aaae80d8bcce25e46c34984797740aae1b
Merged-In: I16e672aaae80d8bcce25e46c34984797740aae1b
(cherry picked from commit 6fb18bbf)
parent 452e4df8
No related branches found
No related tags found
No related merge requests found
......@@ -118,9 +118,6 @@ droidstubs {
" --hide ReferencesHidden" +
" --hide DeprecationMismatch" +
" --hide HiddenTypedefConstant",
libs: [
"framework-all",
],
visibility: ["//visibility:private"],
check_api: {
current: {
......
......@@ -28,7 +28,7 @@ java_sdk_library {
":framework_native_aidl",
],
libs: [
"framework-all",
"framework",
"app-compat-annotations",
"unsupportedappusage",
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment