summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Caroline Braviak <cbraviak@google.com> 2025-03-19 21:44:27 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2025-03-19 21:44:27 -0700
commit53b0774e2efd635b55c133504283eea6bdcba9d3 (patch)
tree2abf763841df4b77deda5844da69af56638b2164
parent3e2de79af1847e35a688c4402cd49ce042574544 (diff)
parenta24ebdea7c3dd0d52a06a0615f51219601d4c609 (diff)
Merge "Make Isolated Storage System Property Read-Only" into main
-rw-r--r--target/product/base_system.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index 8b844852df..5c4ef33284 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -581,4 +581,4 @@ $(call soong_config_set, SettingsLib, legacy_avatar_picker_app_enabled, $(if $(R
$(call soong_config_set, appsearch, enable_isolated_storage, $(RELEASE_APPSEARCH_ENABLE_ISOLATED_STORAGE))
# Enable AppSearch Isolated Storage per BUILD flag
-PRODUCT_PRODUCT_PROPERTIES += appsearch.feature.enable_isolated_storage=$(RELEASE_APPSEARCH_ENABLE_ISOLATED_STORAGE)
+PRODUCT_PRODUCT_PROPERTIES += ro.appsearch.feature.enable_isolated_storage=$(RELEASE_APPSEARCH_ENABLE_ISOLATED_STORAGE)