summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2019-12-17 18:34:59 +0000
committerAnton Hansson <hansson@google.com>2020-02-20 19:11:29 +0000
commit1d53c8c98676bd014220e5cb55fbf6df7f83018e (patch)
treeeeb155995d80e01c023ae57df90c898c71c6587c
parent452e4df88cf5775cc54579f02eb20bfe80e2af75 (diff)
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 6fb18bbfdb99d9a21c499611d87d09f4988c00f2)
-rw-r--r--services/Android.bp3
-rw-r--r--test-mock/Android.bp2
2 files changed, 1 insertions, 4 deletions
diff --git a/services/Android.bp b/services/Android.bp
index bca34f55fddd..5019bb173cd5 100644
--- a/services/Android.bp
+++ b/services/Android.bp
@@ -118,9 +118,6 @@ droidstubs {
" --hide ReferencesHidden" +
" --hide DeprecationMismatch" +
" --hide HiddenTypedefConstant",
- libs: [
- "framework-all",
- ],
visibility: ["//visibility:private"],
check_api: {
current: {
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",
],