Jeff Sharkey | 6d97d3c | 2013-09-06 10:43:45 -0700 | [diff] [blame] | 1 | |
| 2 | LOCAL_PATH := $(call my-dir) |
| 3 | include $(CLEAR_VARS) |
| 4 | |
| 5 | LOCAL_MODULE_TAGS := tests |
Steve McKay | 0179257 | 2015-10-23 11:46:01 -0700 | [diff] [blame^] | 6 | #LOCAL_SDK_VERSION := current |
Jeff Sharkey | 6d97d3c | 2013-09-06 10:43:45 -0700 | [diff] [blame] | 7 | |
| 8 | LOCAL_SRC_FILES := $(call all-java-files-under, src) |
| 9 | |
| 10 | LOCAL_JAVA_LIBRARIES := android.test.runner |
Steve McKay | 0179257 | 2015-10-23 11:46:01 -0700 | [diff] [blame^] | 11 | LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 mockito-target guava ub-uiautomator |
Jeff Sharkey | 6d97d3c | 2013-09-06 10:43:45 -0700 | [diff] [blame] | 12 | |
| 13 | LOCAL_PACKAGE_NAME := DocumentsUITests |
| 14 | LOCAL_INSTRUMENTATION_FOR := DocumentsUI |
| 15 | |
| 16 | LOCAL_CERTIFICATE := platform |
| 17 | |
| 18 | include $(BUILD_PACKAGE) |
Steve McKay | 0179257 | 2015-10-23 11:46:01 -0700 | [diff] [blame^] | 19 | |
| 20 | include $(LOCAL_PATH)/../testing/TestDocumentsProvider/Android.mk |