From 19951bb997e398060ceceef0fccf0861c73db398 Mon Sep 17 00:00:00 2001 From: padarshr Date: Tue, 20 Jun 2017 17:59:20 +0530 Subject: [PATCH] Install init.qcom.rc at /vendor/etc/init/hw/ Install init.qcom.rc into /vendor/etc/init/hw/ so that it rightly stays in vendor region. Change-Id: Ida3baf51a89851b91d70a60ae342a244876d4feb --- rootdir/Android.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/rootdir/Android.mk b/rootdir/Android.mk index 9e0090cc..031d3543 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -72,12 +72,7 @@ LOCAL_MODULE := init.qcom.rc LOCAL_MODULE_TAGS := optional eng LOCAL_MODULE_CLASS := ETC LOCAL_SRC_FILES := etc/init.qcom.rc -# TODO: This file must be in 'root' for treble right now until -# this is fixed for O (which is incoming). -# The reason is because default platform init.rc currently -# only imports /init.${ro.hardware}.rc. Moving this to /vendor/etc/init -# will affect the import order and possible USB configfs override anomalies. -LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT) +LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_ETC)/init/hw include $(BUILD_PREBUILT) include $(CLEAR_VARS)