Merge "Revert "Create a pool of 20 measurement files per library for coverage.""

This commit is contained in:
Oliver Nguyen 2020-11-18 07:52:31 +00:00 committed by Gerrit Code Review
commit 279a719fe6

View file

@ -69,7 +69,7 @@ endif
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS :=
ifeq ($(CLANG_COVERAGE),true)
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/misc/trace/clang-%20m.profraw
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/misc/trace/clang-%p-%m.profraw
endif
# Put it here instead of in init.rc module definition,