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

Commit 34989a53 authored by Caroline Braviak's avatar Caroline Braviak Committed by Android (Google) Code Review
Browse files

Merge "Remove the enable_isolated_storage Soong variable" into main

parents 88deb2f3 97fa1a64
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -578,7 +578,3 @@ $(call inherit-product,$(SRC_TARGET_DIR)/product/updatable_apex.mk)
$(call soong_config_set, bionic, large_system_property_node, $(RELEASE_LARGE_SYSTEM_PROPERTY_NODE))
$(call soong_config_set, Aconfig, read_from_new_storage, $(RELEASE_READ_FROM_NEW_STORAGE))
$(call soong_config_set, SettingsLib, legacy_avatar_picker_app_enabled, $(if $(RELEASE_AVATAR_PICKER_APP),,true))
$(call soong_config_set, appsearch, enable_isolated_storage, $(RELEASE_APPSEARCH_ENABLE_ISOLATED_STORAGE))

# Enable AppSearch Isolated Storage per BUILD flag
PRODUCT_PRODUCT_PROPERTIES += ro.appsearch.feature.enable_isolated_storage=$(RELEASE_APPSEARCH_ENABLE_ISOLATED_STORAGE)