summaryrefslogtreecommitdiff
path: root/test-mock
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2019-12-17 18:34:59 +0000
committerAnton Hansson <hansson@google.com>2019-12-18 07:03:15 +0000
commit6fb18bbfdb99d9a21c499611d87d09f4988c00f2 (patch)
tree1073e52c599ecca15c7765083e3736ee072384a2 /test-mock
parent132a186bdbee6ec5fbb79c8771b12449d624f6ec (diff)
Cleanup framework-all usage
It generally shouldn't be depended on. Only by droidstubs for modules. Bug: 137191822 Test: m Change-Id: I16e672aaae80d8bcce25e46c34984797740aae1b
Diffstat (limited to 'test-mock')
-rw-r--r--test-mock/Android.bp2
1 files changed, 1 insertions, 1 deletions
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",
],