summaryrefslogtreecommitdiff
path: root/test-mock/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'test-mock/Android.bp')
-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",