sm8250-common: copy init.recovery.qcom.rc to recovery/root

this is only done automatically for the target device, not the common folder
This commit is contained in:
SGCMarkus 2022-02-17 23:44:00 +01:00
parent 6f8322a583
commit e7b05599c9

View File

@ -311,6 +311,10 @@ PRODUCT_PACKAGES += \
libvndfwk_detect_jni.qti \
libvndfwk_detect_jni.qti.vendor
# Recovery
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/recovery/root/init.recovery.qcom.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.qcom.rc
# RIL
PRODUCT_PACKAGES += \
android.hardware.radio@1.5.vendor \