summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-12-01 13:47:36 +0000
committerPaul Duffin <paulduffin@google.com>2016-12-01 13:47:36 +0000
commit19022f064cccd263d4cfd6ee89580d4a6b693301 (patch)
tree0e08c87b3316fb4a0c3c77dd00f0ecfb9d9eb567
parent89fb1b9fdc7f5c48d4983fad62af62c1b780e428 (diff)
downloadnist-pkits-19022f064cccd263d4cfd6ee89580d4a6b693301.tar.gz
Replace core-junit with junit
Bug: 30188076 Test: make checkbuild Change-Id: I5c7c1691732e3692f5679e8ddb0084e3e500662d
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 40d72ed..00b806f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,7 +18,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_JAVA_RESOURCE_DIRS := res
LOCAL_MODULE := nist-pkix-tests
-LOCAL_JAVA_LIBRARIES := core-oj core-libart core-junit
+LOCAL_JAVA_LIBRARIES := core-oj core-libart junit
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
include $(BUILD_STATIC_JAVA_LIBRARY)