Merge "Add platform-wide sampling PGO option"

This commit is contained in:
Yi Kong 2020-03-27 01:17:26 +00:00 committed by Gerrit Code Review
commit 318db68993
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ $(call add_json_bool, ClangCoverage, $(filter true,$(CLANG_C
$(call add_json_list, CoveragePaths, $(COVERAGE_PATHS))
$(call add_json_list, CoverageExcludePaths, $(COVERAGE_EXCLUDE_PATHS))
$(call add_json_bool, SamplingPGO, $(filter true,$(SAMPLING_PGO)))
$(call add_json_bool, ArtUseReadBarrier, $(call invert_bool,$(filter false,$(PRODUCT_ART_USE_READ_BARRIER))))
$(call add_json_bool, Binder32bit, $(BINDER32BIT))
$(call add_json_str, BtConfigIncludeDir, $(BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR))