From ebba19759dd08c2a8a2cf0718c245595da014721 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Thu, 24 May 2018 13:09:40 -0700 Subject: [PATCH] Add ro.boot.logical_partitions Test: boot and getprop Bug: 79885414 Change-Id: I2c1468a7a625deda8887106c3a087204a1ee8353 --- core/main.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/main.mk b/core/main.mk index 2ef17a24e..c1059d739 100644 --- a/core/main.mk +++ b/core/main.mk @@ -229,6 +229,8 @@ else ADDITIONAL_DEFAULT_PROPERTIES += ro.actionable_compatible_property.enabled=${PRODUCT_COMPATIBLE_PROPERTY} endif +ADDITIONAL_BUILD_PROPERTIES += ro.boot.logical_partitions=${USE_LOGICAL_PARTITIONS} + # ----------------------------------------------------------------- ### ### In this section we set up the things that are different