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

Commit 5c63090f authored by Lingyun Zhao's avatar Lingyun Zhao
Browse files

AppSearch/IsolatedStorageService: set build flag enable_isolated_storage in soong

Bug: 384768541
Test: appsearch cts tests
Flag: com.android.appsearch.flags.enable_isolated_storage
Ignore-AOSP-First: internal first project
Change-Id: I1a0d20ef44ce975ed3e5906a69cf04e775036f9b
parent 67777cca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -579,3 +579,4 @@ $(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))