sdm660-common: Improve QCOM Product - Board Declaration
This is to avoid failed QCOM HAL resolution. Some roms uses BoardConfigQcom.mk and some roms uses BoardConfigQcom.mk. So adding it into poth product and broad won't be an issue. Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
90d334251e
commit
86f4c82b51
2 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,11 @@
|
|||
# Common Tree Path
|
||||
COMMON_PATH := device/xiaomi/sdm660-common
|
||||
|
||||
# Board
|
||||
PRODUCT_USES_QCOM_HARDWARE := true
|
||||
PRODUCT_BOARD_PLATFORM := sdm660
|
||||
OVERRIDE_QCOM_HARDWARE_VARIANT := msm8998-r
|
||||
|
||||
# A/B
|
||||
ifeq ($(ENABLE_AB), true)
|
||||
AB_OTA_UPDATER := true
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# Board
|
||||
# Product
|
||||
PRODUCT_USES_QCOM_HARDWARE := true
|
||||
PRODUCT_BOARD_PLATFORM := sdm660
|
||||
TARGET_BOARD_PLATFORM := sdm660
|
||||
|
|
Loading…
Reference in a new issue