| 123456789101112131415161718192021 |
- #
- # Copyright (C) 2025 The Android Open Source Project
- # Copyright (C) 2025 The TWRP Open Source Project
- #
- # SPDX-License-Identifier: Apache-2.0
- #
- LOCAL_PATH := device/samsung/dm2q
- # Dynamic partitions
- PRODUCT_USE_DYNAMIC_PARTITIONS := true
- # fastbootd
- PRODUCT_PACKAGES += fastbootd
- # Add default implementation of fastboot HAL.
- PRODUCT_PACKAGES += android.hardware.fastboot@1.0-impl-mock
- # Soong namespaces
- PRODUCT_SOONG_NAMESPACES += \
- $(LOCAL_PATH)
|