Merge "Add ProductDirectory variable to soong_config.mk" into main am: b00035955c

Original change: https://android-review.googlesource.com/c/platform/build/+/2755206

Change-Id: Ie1df49e6d56ba0d67ffa863eebbbf7d6a06cddea
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Cole Faust
2023-09-19 21:16:34 +00:00
committed by Automerger Merge Worker

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))