summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-11-23 15:22:44 -0800
committerYing Wang <wangying@google.com>2015-11-23 15:22:44 -0800
commit96a54c42b4cee793a0d1174082f1d94c1342d1b3 (patch)
treea659b002cf5064d2ae4eb099af8f1be071a5d813
parent6b0eded2f5a13e7616704aa5dad1a90c4af9516d (diff)
downloadnist-pkits-96a54c42b4cee793a0d1174082f1d94c1342d1b3.tar.gz
Use core-oj alongside core-libart wherever required.
With some core classes moved to separate core-oj jar we need to use the new jar. Change-Id: I2ed9561c46c8b4289007add5dd31551b6b5b2fc8
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index ff8dfaf..40d72ed 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-libart core-junit
+LOCAL_JAVA_LIBRARIES := core-oj core-libart core-junit
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
include $(BUILD_STATIC_JAVA_LIBRARY)