diff options
author | Anton Hansson <hansson@google.com> | 2019-12-17 18:34:59 +0000 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2019-12-18 07:03:15 +0000 |
commit | 6fb18bbfdb99d9a21c499611d87d09f4988c00f2 (patch) | |
tree | 1073e52c599ecca15c7765083e3736ee072384a2 | |
parent | 132a186bdbee6ec5fbb79c8771b12449d624f6ec (diff) |
Cleanup framework-all usage
It generally shouldn't be depended on. Only by droidstubs for
modules.
Bug: 137191822
Test: m
Change-Id: I16e672aaae80d8bcce25e46c34984797740aae1b
-rw-r--r-- | services/Android.bp | 3 | ||||
-rw-r--r-- | test-mock/Android.bp | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/services/Android.bp b/services/Android.bp index 8376d2bcc0f5..8be6e16c8e5c 100644 --- a/services/Android.bp +++ b/services/Android.bp @@ -117,9 +117,6 @@ droidstubs { " --hide ReferencesHidden" + " --hide DeprecationMismatch" + " --hide HiddenTypedefConstant", - libs: [ - "framework-all", - ], visibility: ["//visibility:private"], } diff --git a/test-mock/Android.bp b/test-mock/Android.bp index 616b6b005f89..248c117d2e03 100644 --- a/test-mock/Android.bp +++ b/test-mock/Android.bp @@ -28,7 +28,7 @@ java_sdk_library { ":framework_native_aidl", ], libs: [ - "framework-all", + "framework", "app-compat-annotations", "unsupportedappusage", ], |