summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-11-23 16:37:22 -0800
committerYing Wang <wangying@google.com>2015-11-23 16:37:22 -0800
commit95815341f23eb037bda9d7f160ab9c194808f004 (patch)
treed9eaf9f70738628d1af37088c8950d0814f330ae
parentbafdbfec31bfafcd15f117662732a190619c7588 (diff)
downloadapache-harmony-95815341f23eb037bda9d7f160ab9c194808f004.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: I5d9b75e1c65635f81e0d69abc6b0deca7da37820
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index e07cc24..7b98b89 100644
--- a/Android.mk
+++ b/Android.mk
@@ -39,7 +39,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(harmony_test_src_files)
LOCAL_JAVA_RESOURCE_DIRS := $(harmony_test_resource_dirs)
LOCAL_NO_STANDARD_LIBRARIES := true
-LOCAL_JAVA_LIBRARIES := core-libart core-junit
+LOCAL_JAVA_LIBRARIES := core-oj core-libart core-junit
LOCAL_JAVACFLAGS := $(harmony_test_javac_flags)
LOCAL_MODULE := apache-harmony-tests
LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
@@ -51,7 +51,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(harmony_test_src_files)
LOCAL_JAVA_RESOURCE_DIRS := $(harmony_test_resource_dirs)
LOCAL_NO_STANDARD_LIBRARIES := true
-LOCAL_JAVA_LIBRARIES := core-libart-hostdex core-junit-hostdex
+LOCAL_JAVA_LIBRARIES := core-oj-hostdex core-libart-hostdex core-junit-hostdex
LOCAL_JAVACFLAGS := $(harmony_test_javac_flags)
LOCAL_MODULE := apache-harmony-tests-hostdex
LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt