blob: cf486b1d1a5d1311bd3bc47136b1f87684500b59 [file] [log] [blame]
Jeff Sharkey6d97d3c2013-09-06 10:43:45 -07001
2LOCAL_PATH := $(call my-dir)
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_TAGS := tests
Steve McKay01792572015-10-23 11:46:01 -07006#LOCAL_SDK_VERSION := current
Jeff Sharkey6d97d3c2013-09-06 10:43:45 -07007
8LOCAL_SRC_FILES := $(call all-java-files-under, src)
9
10LOCAL_JAVA_LIBRARIES := android.test.runner
Steve McKay01792572015-10-23 11:46:01 -070011LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 mockito-target guava ub-uiautomator
Jeff Sharkey6d97d3c2013-09-06 10:43:45 -070012
13LOCAL_PACKAGE_NAME := DocumentsUITests
14LOCAL_INSTRUMENTATION_FOR := DocumentsUI
15
16LOCAL_CERTIFICATE := platform
17
18include $(BUILD_PACKAGE)
Steve McKay01792572015-10-23 11:46:01 -070019
20include $(LOCAL_PATH)/../testing/TestDocumentsProvider/Android.mk