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

Commit 73e886ec authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Pass PGO_ADDITIONAL_PROFILE_DIRS to soong"

parents 4a066a2c 676fbe7e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -133,6 +133,8 @@ $(call add_json_str, DistDir, $(if $(dist_goal), $(DI

$(call add_json_list, NamespacesToExport,                $(PRODUCT_SOONG_NAMESPACES))

$(call add_json_list, PgoAdditionalProfileDirs,          $(PGO_ADDITIONAL_PROFILE_DIRS))

_contents := $(subst $(comma)$(newline)__SV_END,$(newline)}$(newline),$(_contents)__SV_END)

$(file >$(SOONG_VARIABLES).tmp,$(_contents))