From 360eb055e07813d66e4fc80203a124bda7591bb5 Mon Sep 17 00:00:00 2001 From: Oliver Nguyen Date: Tue, 2 Apr 2019 15:26:33 -0700 Subject: [PATCH] Move gcov output to /data/misc/trace Gcov output location has world write on debuggable builds. Test: N/A Bug: 128524141 Change-Id: Ia6b94e26352dd66f5c6819f6157b4b73dd777a90 --- rootdir/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/Android.mk b/rootdir/Android.mk index 5d307b859..462ae8b12 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,