aboutsummaryrefslogtreecommitdiff
path: root/core/soong_config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/soong_config.mk')
-rw-r--r--core/soong_config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/soong_config.mk b/core/soong_config.mk
index 1138f08993..7ce59f1559 100644
--- a/core/soong_config.mk
+++ b/core/soong_config.mk
@@ -197,6 +197,8 @@ $(foreach namespace,$(SOONG_CONFIG_NAMESPACES),\
$(call end_json_map))
$(call end_json_map)
+$(call add_json_bool, EnforceProductPartitionInterface, $(PRODUCT_ENFORCE_PRODUCT_PARTITION_INTERFACE))
+
$(call json_end)
$(file >$(SOONG_VARIABLES).tmp,$(json_contents))