summaryrefslogtreecommitdiff
path: root/perf-tests
diff options
context:
space:
mode:
author Guang Zhu <guangzhu@google.com> 2016-03-05 15:46:46 -0800
committer Guang Zhu <guangzhu@google.com> 2016-03-06 00:47:59 +0000
commit0c99862399896ab7c2ce37815c5b339578c67314 (patch)
treea70f3b293f724970c05c9f6ee308f1e0c028efc6 /perf-tests
parentf4627dd97a3c63551319570c92de8991d1cbd18f (diff)
fix DocumentsUI tests makefile
For instrumentation test apks, it should not statically include Java libraries that are already present in the app module being instrumented. They only need to be on classpath during compile time. Bug: 26689464 Change-Id: I68d4be95e30ae70bbab23d016a87eb085c10cc50
Diffstat (limited to 'perf-tests')
-rw-r--r--perf-tests/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/perf-tests/Android.mk b/perf-tests/Android.mk
index c83094e35..11c163bdf 100644
--- a/perf-tests/Android.mk
+++ b/perf-tests/Android.mk
@@ -10,8 +10,8 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) \
../tests/src/com/android/documentsui/DocumentsProviderHelper.java \
../tests/src/com/android/documentsui/StubProvider.java
-LOCAL_JAVA_LIBRARIES := android.test.runner
-LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 mockito-target ub-uiautomator
+LOCAL_JAVA_LIBRARIES := android-support-v4 android.test.runner
+LOCAL_STATIC_JAVA_LIBRARIES := mockito-target ub-uiautomator
LOCAL_PACKAGE_NAME := DocumentsUIPerfTests
LOCAL_INSTRUMENTATION_FOR := DocumentsUI