commit | 73e886ec629a4f8b6def62fdfef5488d69cce4b6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Feb 13 19:48:21 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 13 19:48:21 2018 +0000 |
tree | ee82ef6eb59f90ad556dceffc311f58d62be3091 | |
parent | 4a066a2cd2cf9301af36855b49b104f2133655fe [diff] | |
parent | 676fbe7e5e5c9eb73df222b301e29f20d0c46e3f [diff] |
Merge "Pass PGO_ADDITIONAL_PROFILE_DIRS to soong"
diff --git a/core/soong_config.mk b/core/soong_config.mk index 639b019..a084f79 100644 --- a/core/soong_config.mk +++ b/core/soong_config.mk
@@ -133,6 +133,8 @@ $(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))