Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01284abf authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes from topic "dp_sysprop"

* changes:
  ro.boot.dynamic_partitions: fix empty values
  Remove ro.boot.logical_partitions
parents b906ebb3 4a37a037
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -244,11 +244,13 @@ else
ADDITIONAL_DEFAULT_PROPERTIES += ro.actionable_compatible_property.enabled=${PRODUCT_COMPATIBLE_PROPERTY}
endif

# TODO(b/119286600): remove ro.logical_partitions
ADDITIONAL_PRODUCT_PROPERTIES += \
    ro.boot.logical_partitions=$(PRODUCT_USE_DYNAMIC_PARTITIONS) \
    ro.boot.dynamic_partitions=$(PRODUCT_USE_DYNAMIC_PARTITIONS) \
    ro.boot.dynamic_partitions_retrofit=$(PRODUCT_RETROFIT_DYNAMIC_PARTITIONS)
ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true)
ADDITIONAL_PRODUCT_PROPERTIES += ro.boot.dynamic_partitions=true
endif

ifeq ($(PRODUCT_RETROFIT_DYNAMIC_PARTITIONS),true)
ADDITIONAL_PRODUCT_PROPERTIES += ro.boot.dynamic_partitions_retrofit=true
endif

# -----------------------------------------------------------------
###