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