| 1234567891011121314151617181920212223 |
- #
- # Copyright (C) 2025 The Android Open Source Project
- # Copyright (C) 2025 The TWRP Open Source Project
- #
- # SPDX-License-Identifier: Apache-2.0
- #
- DEVICE_PATH := device/samsung/dm2q
- # Kernel
- TARGET_PREBUILT_DTB := $(DEVICE_PATH)/prebuilt/dtb
- BOARD_PREBUILT_DTBOIMAGE := $(DEVICE_PATH)/prebuilt/recovery_dtbo
- # Recovery
- BOARD_RECOVERYIMAGE_PARTITION_SIZE := 109051904
- # Statusbar icons flags
- TW_CUSTOM_CPU_POS := "50"
- TW_CUSTOM_CLOCK_POS := "340"
- TW_CUSTOM_BATTERY_POS := "600"
- # Inherit from common tree
- include device/samsung/sm8550-common/BoardConfigCommon.mk
|