summaryrefslogtreecommitdiff
path: root/AndroidBoard.mk
diff options
context:
space:
mode:
authorArusha Goyal <arushag@codeaurora.org>2017-05-17 14:50:44 +0530
committerArusha Goyal <arushag@codeaurora.org>2017-05-17 14:54:38 +0530
commit975938b55289545211e31431852cffdd7103b0cb (patch)
tree96d8794f665bcab84f4558a427f2cba4d5fa32d3 /AndroidBoard.mk
parent506c4e194e01ba287c5be8d337c149a4809647d6 (diff)
sdm660_64:Support init.target.vendor.rc script file.
We now support init.target.vendor.rc file which is intended to contain target specific VENDOR service definitions, triggers. This file will stay at /vendor/etc/init, so the vendor service definitions written with this file will now correctly stay in vendor region. Change-Id: I4d1fd718b38572d080405940a377c90a9f0fce10
Diffstat (limited to 'AndroidBoard.mk')
-rwxr-xr-xAndroidBoard.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidBoard.mk b/AndroidBoard.mk
index 80783ba..e3c8535 100755
--- a/AndroidBoard.mk
+++ b/AndroidBoard.mk
@@ -54,6 +54,14 @@ LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
+LOCAL_MODULE := init.target.vendor.rc
+LOCAL_MODULE_TAGS := optional eng
+LOCAL_MODULE_CLASS := ETC
+LOCAL_SRC_FILES := $(LOCAL_MODULE)
+LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_ETC)/init
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
LOCAL_MODULE := gpio-keys.kl
LOCAL_MODULE_TAGS := optional eng
LOCAL_MODULE_CLASS := ETC