Skip to content

Commit 13e33f7

Browse files
Treehugger RobotGerrit Code Review
Treehugger Robot
authored and
Gerrit Code Review
committed
Merge "Create a pool of 20 measurement files per library for coverage."
2 parents eb85221 + ca54a7b commit 13e33f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootdir/Android.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ endif
6969

7070
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS :=
7171
ifeq ($(CLANG_COVERAGE),true)
72-
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/misc/trace/clang-%p-%m.profraw
72+
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/misc/trace/clang-%20m.profraw
7373
endif
7474

7575
# Put it here instead of in init.rc module definition,

0 commit comments

Comments
 (0)