Change CTS makefiles so apps are built in data not system partition.
BUG 2053298 Change-Id: I2c541c03f7c33c69cde7b0567b080710658c8d28
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user