|
|
@@ -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
|