From 0c4fb3dd4bade98d8da17129ec7c278be4f4e28f Mon Sep 17 00:00:00 2001 From: Oliver Nguyen Date: Tue, 17 Nov 2020 19:01:14 +0000 Subject: [PATCH] Revert "Create a pool of 20 measurement files per library for coverage." This reverts commit ca54a7b7a6d7d04a2d02966c41c7f371dea8edfb. Reason for revert: Missing coverage measurements for some tests Change-Id: I5d5e364eb7ecb5b870cd3d5f529b39d78082c0ea --- rootdir/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/Android.mk b/rootdir/Android.mk index c4c876835..2bceb751a 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -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,