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

Commit b0003595 authored by Cole Faust's avatar Cole Faust Committed by Gerrit Code Review
Browse files

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

parents d5799abc c7dcd262
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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))