summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorOliver Nguyen <olivernguyen@google.com>2019-04-02 15:26:33 -0700
committerOliver Nguyen <olivernguyen@google.com>2020-01-29 18:59:28 +0000
commite6fa0a6af2c0b5dffa31d56e0c851db0513fa6ef (patch)
treefd63806aff106e87a80413deae27b8e6cf95c223 /rootdir
parent4392bca7f7e9c329fdd240b927f6d6297d3931d1 (diff)
downloadsystem_core-e6fa0a6af2c0b5dffa31d56e0c851db0513fa6ef.tar.gz
system_core-e6fa0a6af2c0b5dffa31d56e0c851db0513fa6ef.tar.bz2
system_core-e6fa0a6af2c0b5dffa31d56e0c851db0513fa6ef.zip
Move gcov output to /data/misc/trace
Gcov output location has world write on debuggable builds. Test: N/A Bug: 128524141 Bug: 148178774 Change-Id: Ia6b94e26352dd66f5c6819f6157b4b73dd777a90 Merged-In: Ia6b94e26352dd66f5c6819f6157b4b73dd777a90 (cherry picked from commit 360eb055e07813d66e4fc80203a124bda7591bb5)
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/Android.mk b/rootdir/Android.mk
index 7ff1588b2..24b39991a 100644
--- a/rootdir/Android.mk
+++ b/rootdir/Android.mk
@@ -89,7 +89,7 @@ endif
EXPORT_GLOBAL_GCOV_OPTIONS :=
ifeq ($(NATIVE_COVERAGE),true)
- EXPORT_GLOBAL_GCOV_OPTIONS := export GCOV_PREFIX /data/misc/gcov
+ EXPORT_GLOBAL_GCOV_OPTIONS := export GCOV_PREFIX /data/misc/trace
endif
# Put it here instead of in init.rc module definition,