msm8953-common: Import init.recovery.qcom.rc from CAF

This commit is contained in:
Jorge Lucas
2020-02-03 22:10:57 +01:00
committed by jeangraff30
parent 718e615a83
commit 498023ed68
3 changed files with 74 additions and 0 deletions

View File

@@ -129,3 +129,11 @@ LOCAL_SRC_FILES := root/ueventd.qcom.rc
# this needs to be in /vendor/ueventd.rc
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
LOCAL_MODULE := init.recovery.qcom.rc
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/init.recovery.qcom.rc
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
include $(BUILD_PREBUILT)