summaryrefslogtreecommitdiff
path: root/test-mock
diff options
context:
space:
mode:
authorAnna Trostanetski <atrost@google.com>2019-11-13 08:07:42 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-11-13 08:07:42 -0800
commit8e8c40b5c262cc8fb88c44953547fecf58e495b0 (patch)
tree9086519331943685c952ecbd40f6ab3b2690c963 /test-mock
parentb2803b2350990eb2d72f4acc2c873412eaa475b4 (diff)
parent22d585ee0209455177f1a2f8f5fa088c86bff7d0 (diff)
Merge "Move android.compat.annotation package out of libcore" am: b4852382fa
am: 22d585ee02 Change-Id: I9780a459aafe811b7ca2fbb839f4682278426d02
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",