Merge "Pass PGO_ADDITIONAL_PROFILE_DIRS to soong" am: 73e886ec62 am: 48fa1a2d87

am: 8aaf650a40

Change-Id: I9ef128d1598e5f614e2107b61721202f7f911483
This commit is contained in:
Pirama Arumuga Nainar
2018-02-13 21:15:18 +00:00
committed by android-build-merger

View File

@@ -134,6 +134,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))