rhodep: Rebrand to milanf

Change-Id: I0206cf1bf86e6b30a69bfa4fb651ad14e324b621
Signed-off-by: AnierinB <anierin@evolution-x.org>
This commit is contained in:
AnierinB 2025-08-12 13:04:51 -07:00
commit 0305b9bce2
11 changed files with 27 additions and 27 deletions

View file

@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
#
DEVICE_PATH := device/motorola/rhodep
DEVICE_PATH := device/motorola/milanf
# Inherit from motorola sm6375-common
include device/motorola/sm6375-common/BoardConfigCommon.mk
@ -12,7 +12,7 @@ include device/motorola/sm6375-common/BoardConfigCommon.mk
AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER := true
# Bootloader
TARGET_BOOTLOADER_BOARD_NAME := rhodep
TARGET_BOOTLOADER_BOARD_NAME := milanf
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
@ -23,8 +23,8 @@ ODM_MANIFEST_DN_FILES := $(DEVICE_PATH)/sku/manifest_dn.xml
ODM_MANIFEST_N_FILES := $(DEVICE_PATH)/sku/manifest_n.xml
# Kernel
BOARD_KERNEL_CMDLINE += androidboot.hab.product=rhodep
TARGET_KERNEL_CONFIG += vendor/ext_config/moto-holi-rhodep.config
BOARD_KERNEL_CMDLINE += androidboot.hab.product=milanf
TARGET_KERNEL_CONFIG += vendor/ext_config/moto-holi-milanf.config
# Kernel Modules
BOARD_VENDOR_KERNEL_MODULES_LOAD := $(strip $(shell cat $(DEVICE_PATH)/modules.load))
@ -53,4 +53,4 @@ BOARD_AVB_ROLLBACK_INDEX := 29
BOARD_AVB_VBMETA_SYSTEM_ROLLBACK_INDEX := 29
# inherit from the proprietary version
include vendor/motorola/rhodep/BoardConfigVendor.mk
include vendor/motorola/milanf/BoardConfigVendor.mk