summaryrefslogtreecommitdiffstats
path: root/keystore/tests/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keystore/tests/Android.mk')
-rw-r--r--keystore/tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystore/tests/Android.mk b/keystore/tests/Android.mk
index 95604c6..61cf640 100644
--- a/keystore/tests/Android.mk
+++ b/keystore/tests/Android.mk
@@ -5,7 +5,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
LOCAL_CERTIFICATE := platform
-LOCAL_JAVA_LIBRARIES := android.test.runner
+LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle
# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)