summaryrefslogtreecommitdiff
path: root/test-mock
diff options
context:
space:
mode:
authoratrost <atrost@google.com>2019-11-04 17:03:54 +0000
committeratrost <atrost@google.com>2019-11-11 15:10:57 +0000
commit1a9455046cbda76d11ac69f92def93b6532f1113 (patch)
tree9e02e49289ef1307e4461b99c964735a6a336b3c /test-mock
parent1a2b94064622d5c4333a065781b781868afa2d35 (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.bp5
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",