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
This commit is contained in:
parent
1ebd9fbd55
commit
19951bb997
|
@ -72,12 +72,7 @@ LOCAL_MODULE := init.qcom.rc
|
||||||
LOCAL_MODULE_TAGS := optional eng
|
LOCAL_MODULE_TAGS := optional eng
|
||||||
LOCAL_MODULE_CLASS := ETC
|
LOCAL_MODULE_CLASS := ETC
|
||||||
LOCAL_SRC_FILES := etc/init.qcom.rc
|
LOCAL_SRC_FILES := etc/init.qcom.rc
|
||||||
# TODO: This file must be in 'root' for treble right now until
|
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_ETC)/init/hw
|
||||||
# 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)
|
|
||||||
include $(BUILD_PREBUILT)
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
Loading…
Reference in New Issue