summaryrefslogtreecommitdiffstats
path: root/test-runner/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test-runner/Android.mk')
-rw-r--r--test-runner/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-runner/Android.mk b/test-runner/Android.mk
index 0d9e4f1..b12795c 100644
--- a/test-runner/Android.mk
+++ b/test-runner/Android.mk
@@ -20,7 +20,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
-LOCAL_JAVA_LIBRARIES := core core-junit framework
+LOCAL_JAVA_LIBRARIES := core-libart core-junit framework
LOCAL_STATIC_JAVA_LIBRARIES := junit-runner
LOCAL_MODULE:= android.test.runner