From f28b9a8b882d7a3ef5efdce1d7428e6b5e654116 Mon Sep 17 00:00:00 2001 From: Allen Hair Date: Mon, 3 Jun 2024 19:14:52 +0000 Subject: [PATCH] Revert "Move native coverage output directory." This reverts commit 65430f8de60c8b9f90a2e5e30da6d36f03e5860c. Reason for revert: Checking to see if this is the root cause for b/342673274. Change-Id: I9bb319e73443e57b4ac0b61f5209048d5eb7e6c0 --- rootdir/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootdir/Android.mk b/rootdir/Android.mk index 0d5abbff4..593bb1e34 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -85,9 +85,9 @@ endif EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := ifeq ($(CLANG_COVERAGE),true) ifeq ($(CLANG_COVERAGE_CONTINUOUS_MODE),true) - EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/local/tmp/clang%c-%20m.profraw + EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/misc/trace/clang%c-%20m.profraw else - EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/local/tmp/clang-%20m.profraw + EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/misc/trace/clang-%20m.profraw endif endif