From 6022bd002edb28bc9938d3dfb99bd2d25c9ca4b9 Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Tue, 15 Feb 2022 19:24:28 +0100 Subject: [PATCH] sm8250-common: set PRODUCT_USE_DYNAMIC_PARTITIONS to true --- sm8250.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sm8250.mk b/sm8250.mk index 29f10b2..05cc561 100644 --- a/sm8250.mk +++ b/sm8250.mk @@ -14,6 +14,8 @@ # limitations under the License. # +PRODUCT_USE_DYNAMIC_PARTITIONS := true + # A/B AB_OTA_POSTINSTALL_CONFIG += \ RUN_POSTINSTALL_system=true \