Merge "Pass PGO_ADDITIONAL_PROFILE_DIRS to soong"
am: 73e886ec62
Change-Id: I5f35840708b2716aa12df0198f8145da1afa1da5
This commit is contained in:
commit
48fa1a2d87
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue