diff options
author | Anton Hansson <hansson@google.com> | 2019-12-17 18:34:59 +0000 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2020-02-20 19:11:29 +0000 |
commit | 1d53c8c98676bd014220e5cb55fbf6df7f83018e (patch) | |
tree | eeb155995d80e01c023ae57df90c898c71c6587c /test-mock/Android.bp | |
parent | 452e4df88cf5775cc54579f02eb20bfe80e2af75 (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)
Diffstat (limited to 'test-mock/Android.bp')
-rw-r--r-- | test-mock/Android.bp | 2 |
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", ], |