Merge "Add ProductDirectory variable to soong_config.mk" into main

This commit is contained in:
Cole Faust
2023-09-19 20:42:52 +00:00
committed by Gerrit Code Review

View File

@@ -319,6 +319,10 @@ $(call add_json_bool, KeepVndk, $(filter true,$(KEEP_VNDK)))
$(call add_json_bool, CheckVendorSeappViolations, $(filter true,$(CHECK_VENDOR_SEAPP_VIOLATIONS)))
$(call add_json_map, PartitionVars)
$(call add_json_str, ProductDirectory, $(dir $(INTERNAL_PRODUCT)))
$(call end_json_map)
$(call json_end)
$(file >$(SOONG_VARIABLES).tmp,$(json_contents))