sdm660-common: rootdir: Move init.recovery.qcom.rc out of root
The file init.recovery.qcom.rc flagged as offending file in root/, because it violates the pathing req. (system/ & root/). Place the file in $(TARGET_RECOVERY_ROOT_OUT) Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
fe308799a1
commit
342d3ebe97
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ LOCAL_MODULE := init.recovery.qcom.rc
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
LOCAL_MODULE_CLASS := ETC
|
LOCAL_MODULE_CLASS := ETC
|
||||||
LOCAL_SRC_FILES := etc/init.recovery.qcom.rc
|
LOCAL_SRC_FILES := etc/init.recovery.qcom.rc
|
||||||
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)
|
||||||
include $(BUILD_PREBUILT)
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
Loading…
Reference in a new issue