twrp_sm8550.mk 788 B

123456789101112131415161718192021
  1. #
  2. # Copyright (C) 2025 The Android Open Source Project
  3. # Copyright (C) 2025 The TWRP Open Source Project
  4. #
  5. # SPDX-License-Identifier: Apache-2.0
  6. #
  7. # Inherit from those products. Most specific first.
  8. $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
  9. $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
  10. # Enable project quotas and casefolding for emulated storage without sdcardfs
  11. $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
  12. # Inherit some common TWRP stuff.
  13. $(call inherit-product, vendor/twrp/config/common.mk)
  14. # Inherit device configuration
  15. $(call inherit-product, device/samsung/sm8550-common/common.mk)
  16. PRODUCT_COPY_FILES += $(call find-copy-subdir-files,*,device/samsung/sm8550-common/recovery/root,recovery/root)