blob: 1e0eaace35daca27272c1d47aee340b7af457721 [file] [log] [blame]
Felipe Lemee53e85f2015-11-17 17:37:53 -08001
2LOCAL_PATH := $(call my-dir)
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_TAGS := tests
6
7LOCAL_SRC_FILES := $(call all-java-files-under, src)
8
9LOCAL_JAVA_LIBRARIES := android.test.runner
10
Felipe Lemee53e85f2015-11-17 17:37:53 -080011LOCAL_STATIC_JAVA_LIBRARIES := ub-uiautomator
Felipe Lemee53e85f2015-11-17 17:37:53 -080012
13LOCAL_PACKAGE_NAME := ShellTests
14LOCAL_INSTRUMENTATION_FOR := Shell
15
16LOCAL_CERTIFICATE := platform
17
18include $(BUILD_PACKAGE)