- #
- # Copyright (C) 2025 The Android Open Source Project
- # Copyright (C) 2025 The TWRP Open Source Project
- #
- # SPDX-License-Identifier: Apache-2.0
- #
- # Dynamic partitions
- PRODUCT_USE_DYNAMIC_PARTITIONS := true
- # fastbootd
- PRODUCT_PACKAGES += \
- android.hardware.fastboot@1.0-impl-mock \
- fastbootd
|