OSDN Git Service

fix earlier change for coverage_targets.xml
authorGuang Zhu <guangzhu@google.com>
Wed, 2 Jun 2010 18:18:14 +0000 (11:18 -0700)
committerGuang Zhu <guangzhu@google.com>
Wed, 2 Jun 2010 18:25:59 +0000 (11:25 -0700)
due to previous incorrect change to Makefile, test_defs.xml is missing.
this will add it back in.

Change-Id: I4bd57d24757662477409ba02d3f71122e8e75238

testrunner/Android.mk

index 8a648d7..d0f773d 100644 (file)
@@ -3,23 +3,23 @@
 #
 
 # where to install the sample files on the device
-# 
+#
 local_target_dir := $(TARGET_OUT_DATA)/testinfo
 LOCAL_PATH := $(call my-dir)
 
 ########################
 include $(CLEAR_VARS)
-
 LOCAL_MODULE := test_defs.xml
 LOCAL_MODULE_TAGS := tests
 LOCAL_MODULE_CLASS := ETC
 LOCAL_MODULE_PATH := $(local_target_dir)
 LOCAL_SRC_FILES := $(LOCAL_MODULE)
+include $(BUILD_PREBUILT)
 
+include $(CLEAR_VARS)
 LOCAL_MODULE := coverage_targets.xml
 LOCAL_MODULE_TAGS := tests
 LOCAL_MODULE_CLASS := ETC
 LOCAL_MODULE_PATH := $(local_target_dir)
 LOCAL_SRC_FILES := $(LOCAL_MODULE)
-
 include $(BUILD_PREBUILT)