From 4fc933cca413c4b3da3f036b4c16232e9d13e176 Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Thu, 17 Dec 2020 01:43:07 +0000 Subject: [PATCH] Reland "Create a pool of 20 measurement files per library for coverage." This reverts commit 0c4fb3dd4bade98d8da17129ec7c278be4f4e28f. Reason for revert: Permissions issue in b/173448692 are fixed. Change-Id: Ic0382484c8e46470b4d7986681229fef0f0dcdfc --- rootdir/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/Android.mk b/rootdir/Android.mk index 2bceb751a..c4c876835 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-%p-%m.profraw + EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/misc/trace/clang-%20m.profraw endif # Put it here instead of in init.rc module definition,