| 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 | ||||
| 6 | |||||
| 7 | LOCAL_SRC_FILES := $(call all-java-files-under, src) | ||||
| 8 | |||||
| 9 | LOCAL_JAVA_LIBRARIES := android.test.runner | ||||
| 10 | |||||
| 11 | LOCAL_PACKAGE_NAME := DocumentsUITests | ||||
| 12 | LOCAL_INSTRUMENTATION_FOR := DocumentsUI | ||||
| 13 | |||||
| 14 | LOCAL_CERTIFICATE := platform | ||||
| 15 | |||||
| 16 | include $(BUILD_PACKAGE) | ||||