Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6fa0a6a authored by Oliver Nguyen's avatar Oliver Nguyen
Browse files

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 360eb055)
parent 4392bca7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,