From e4fa63b2adc0ac687c87076fe0e2a50ac14752e4 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Tue, 25 Jun 2024 16:57:21 -0700 Subject: [PATCH] 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 --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index fcee2b3..bab0ea5 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -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"