From 5e27bd5e5208ec0db4dfeccfcc50d1dbf20f2f03 Mon Sep 17 00:00:00 2001 From: Demon000 Date: Mon, 13 Jul 2020 00:48:05 +0300 Subject: [PATCH] sm6250-common: use dynamic partitions Change-Id: Iac89f608a7f8efa78da5200c68cb45ab2f439fd0 --- common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.mk b/common.mk index dc86139..260018d 100644 --- a/common.mk +++ b/common.mk @@ -39,6 +39,9 @@ DEVICE_PACKAGE_OVERLAYS += \ $(LOCAL_PATH)/overlay \ $(LOCAL_PATH)/overlay-lineage +# Partitions +PRODUCT_USE_DYNAMIC_PARTITIONS := true + # RCS PRODUCT_PACKAGES += \ rcs_service_aidl \