sm7325-common => sm6375-common

* All configs updated from fogos U1UG34M.23-82-2 build

Change-Id: I6750c454f2eeec53205c56f033c76443e93b44ed
This commit is contained in:
Anand S 2024-07-03 12:56:42 +05:30
commit 7a96a5062f
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61
70 changed files with 1686 additions and 3293 deletions

View file

@ -16,7 +16,7 @@
BOARD_VENDOR := motorola
COMMON_PATH := device/motorola/sm7325-common
COMMON_PATH := device/motorola/sm6375-common
# Architecture
TARGET_ARCH := arm64
@ -58,12 +58,11 @@ BOARD_KERNEL_SEPARATED_DTBO := true
BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
BOARD_RAMDISK_USE_LZ4 := true
TARGET_KERNEL_ADDITIONAL_FLAGS := DTC_EXT=$(shell pwd)/prebuilts/misc/linux-x86/dtc/dtc LLVM=1
TARGET_KERNEL_SOURCE := kernel/motorola/sm7325
TARGET_KERNEL_CONFIG := vendor/lahaina-qgki_defconfig vendor/lineage_moto-lahaina.config
TARGET_KERNEL_SOURCE := kernel/motorola/sm6375
# Platform
BOARD_USES_QCOM_HARDWARE := true
TARGET_BOARD_PLATFORM := lahaina
TARGET_BOARD_PLATFORM := holi
BOARD_ROOT_EXTRA_SYMLINKS := \
/vendor/fsg:/fsg
@ -206,4 +205,4 @@ WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
WPA_SUPPLICANT_VERSION := VER_0_8_X
# inherit from the proprietary version
include vendor/motorola/sm7325-common/BoardConfigVendor.mk
include vendor/motorola/sm6375-common/BoardConfigVendor.mk