From 86b7f0b381cf55f9e16f26587ccfd404207a3019 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Tue, 25 Jun 2024 16:57:21 -0700 Subject: [PATCH] sm8550-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 --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a18a241..d10b497 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -16,6 +16,9 @@ TARGET_CPU_ABI2 := TARGET_CPU_VARIANT := generic TARGET_CPU_VARIANT_RUNTIME := kryo300 +# A/B +AB_OTA_UPDATER := false + # Audio AUDIO_FEATURE_ENABLED_DLKM := true AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT := true