sm6150-common: Explicitly set as an non-AB target

We will be changing AB to be the default, existing non-AB targets
need to explicitly set AB_OTA_UPDATER to false

Test: th
Change-Id: I86a76296937a6abab1b4495cd66a35144348aafd
Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
Kelvin Zhang
2024-06-25 16:57:21 -07:00
committed by therealmharc
parent 041d3cf3ac
commit e4fa63b2ad

View File

@@ -33,6 +33,9 @@ TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_CPU_VARIANT := cortex-a55
# A/B
AB_OTA_UPDATER := false
# ANT+
BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl"