blob: 3f12906b7f625dda65c0c76a6639cee262701e6d [file] [log] [blame]
Tomasz Mikolajewskib8373c22016-03-15 17:41:31 +09001LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := tests
5#LOCAL_SDK_VERSION := current
6
7LOCAL_SRC_FILES := $(call all-java-files-under, src) \
8
9LOCAL_JAVA_LIBRARIES := android-support-v4 android.test.runner
10LOCAL_STATIC_JAVA_LIBRARIES := mockito-target ub-uiautomator
11
12LOCAL_PACKAGE_NAME := DocumentsUIAppPerfTests
13LOCAL_INSTRUMENTATION_FOR := DocumentsUI
14
15LOCAL_CERTIFICATE := platform
16
17include $(BUILD_PACKAGE)
18