Bug: 27533946 Change-Id: I0286ff6d4c53b464180e3100b7219e766ca09de3 (cherry picked from commit 80c050b656030e070f27708bc4da5f5c7fc6cac6)
20 lines
442 B
Makefile
20 lines
442 B
Makefile
|
|
LOCAL_PATH := $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := tests
|
|
#LOCAL_SDK_VERSION := current
|
|
|
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
|
|
|
LOCAL_JAVA_LIBRARIES := android-support-v4 android.test.runner
|
|
LOCAL_STATIC_JAVA_LIBRARIES := mockito-target ub-uiautomator espresso-core
|
|
|
|
LOCAL_PACKAGE_NAME := DocumentsUITests
|
|
LOCAL_INSTRUMENTATION_FOR := DocumentsUI
|
|
|
|
LOCAL_CERTIFICATE := platform
|
|
|
|
include $(BUILD_PACKAGE)
|
|
|