Vinylsmith 7 месяцев назад
Родитель
Сommit
c4ff1dbcb8
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      twrp_herolte.mk

+ 5 - 0
twrp_herolte.mk

@@ -17,6 +17,11 @@
 # Inherit from herolte device
 $(call inherit-product, device/samsung/herolte/device.mk)
 
+# Inherit from TWRP common configurations
+$(call inherit-product, vendor/twrp/config/common.mk)
+
+PRODUCT_COPY_FILES += $(call find-copy-subdir-files,*,$(LOCAL_PATH)/recovery/root,recovery/root)
+
 # Device identifier. This must come after all inclusions
 PRODUCT_DEVICE := herolte
 PRODUCT_NAME := twrp_herolte