diff options
author | atrost <atrost@google.com> | 2019-11-04 17:03:54 +0000 |
---|---|---|
committer | atrost <atrost@google.com> | 2019-11-11 15:10:57 +0000 |
commit | 1a9455046cbda76d11ac69f92def93b6532f1113 (patch) | |
tree | 9e02e49289ef1307e4461b99c964735a6a336b3c /test-mock | |
parent | 1a2b94064622d5c4333a065781b781868afa2d35 (diff) |
Move android.compat.annotation package out of libcore
Test: m + flash
Bug: 142650523
Change-Id: I1321195c8724485a90b162b32c3c8549dbd11c42
Diffstat (limited to 'test-mock')
-rw-r--r-- | test-mock/Android.bp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test-mock/Android.bp b/test-mock/Android.bp index 0b5d4460612d..aa4174ad40f4 100644 --- a/test-mock/Android.bp +++ b/test-mock/Android.bp @@ -27,7 +27,10 @@ java_sdk_library { ":framework-core-sources-for-test-mock", ":framework_native_aidl", ], - libs: ["framework-all"], + libs: [ + "framework-all", + "app-compat-annotations", + ], api_packages: [ "android.test.mock", |