Change CTS makefiles so apps are built in data not system partition.

BUG 2053298

Change-Id: I2c541c03f7c33c69cde7b0567b080710658c8d28
This commit is contained in:
Brett Chabot
2009-08-28 12:22:23 -07:00
parent f4ffdb9732
commit 1505142f7b

View File

@@ -16,7 +16,10 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
# don't include this package in any target
LOCAL_MODULE_TAGS := optional
# and when built explicitly put it in the data partition
LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_APPS)
LOCAL_JAVA_LIBRARIES := android.test.runner