The Android Open Source Project | 6ffae01 | 2009-03-18 17:39:43 -0700 | [diff] [blame] | 1 | # |
| 2 | # Install a list of test definitions on device |
| 3 | # |
| 4 | |
| 5 | # where to install the sample files on the device |
Guang Zhu | c2b2716 | 2010-06-02 11:18:14 -0700 | [diff] [blame] | 6 | # |
The Android Open Source Project | 6ffae01 | 2009-03-18 17:39:43 -0700 | [diff] [blame] | 7 | local_target_dir := $(TARGET_OUT_DATA)/testinfo |
| 8 | LOCAL_PATH := $(call my-dir) |
| 9 | |
| 10 | ######################## |
| 11 | include $(CLEAR_VARS) |
Brett Chabot | a3a8aeb | 2009-03-31 14:51:13 -0700 | [diff] [blame] | 12 | LOCAL_MODULE := test_defs.xml |
The Android Open Source Project | 6ffae01 | 2009-03-18 17:39:43 -0700 | [diff] [blame] | 13 | LOCAL_MODULE_TAGS := tests |
| 14 | LOCAL_MODULE_CLASS := ETC |
| 15 | LOCAL_MODULE_PATH := $(local_target_dir) |
| 16 | LOCAL_SRC_FILES := $(LOCAL_MODULE) |
Guang Zhu | c2b2716 | 2010-06-02 11:18:14 -0700 | [diff] [blame] | 17 | include $(BUILD_PREBUILT) |
The Android Open Source Project | 6ffae01 | 2009-03-18 17:39:43 -0700 | [diff] [blame] | 18 | |
Guang Zhu | c2b2716 | 2010-06-02 11:18:14 -0700 | [diff] [blame] | 19 | include $(CLEAR_VARS) |
Guang Zhu | ea7e48c | 2010-06-01 14:38:23 -0700 | [diff] [blame] | 20 | LOCAL_MODULE := coverage_targets.xml |
| 21 | LOCAL_MODULE_TAGS := tests |
| 22 | LOCAL_MODULE_CLASS := ETC |
| 23 | LOCAL_MODULE_PATH := $(local_target_dir) |
| 24 | LOCAL_SRC_FILES := $(LOCAL_MODULE) |
The Android Open Source Project | 6ffae01 | 2009-03-18 17:39:43 -0700 | [diff] [blame] | 25 | include $(BUILD_PREBUILT) |