mirror of
https://github.com/devhunter1/android_device_samsung_a15.git
synced 2024-11-19 14:47:45 +00:00
29 lines
600 B
Makefile
29 lines
600 B
Makefile
#
|
|
# Copyright (C) 2024 The Android Open Source Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Fastbootd
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.fastboot@1.0-impl-mock \
|
|
fastbootd
|
|
|
|
# Boot control HAL
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.boot@1.2-mtkimpl \
|
|
android.hardware.boot@1.2-mtkimpl.recovery
|
|
|
|
# Health Hal
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.health@2.1-impl \
|
|
android.hardware.health@2.1-service
|
|
|
|
# MTK plpath utils
|
|
PRODUCT_PACKAGES += \
|
|
mtk_plpath_utils \
|
|
mtk_plpath_utils.recovery
|
|
|
|
# Dynamic partitions
|
|
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|