From 0c99862399896ab7c2ce37815c5b339578c67314 Mon Sep 17 00:00:00 2001 From: Guang Zhu Date: Sat, 5 Mar 2016 15:46:46 -0800 Subject: 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 --- perf-tests/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perf-tests') 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 -- cgit v1.2.3-59-g8ed1b