From e7b05599c9d3a1bc884da3373a99eae95d7855c2 Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Thu, 17 Feb 2022 23:44:00 +0100 Subject: [PATCH] sm8250-common: copy init.recovery.qcom.rc to recovery/root this is only done automatically for the target device, not the common folder --- sm8250.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sm8250.mk b/sm8250.mk index bfff31e..1d9819f 100644 --- a/sm8250.mk +++ b/sm8250.mk @@ -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 \