Move gcov output to /data/misc/trace am: e6fa0a6af2

Change-Id: I8294c4704ae3f3eaaa997aa1e2c4504b811cca03
This commit is contained in:
Automerger Merge Worker 2020-02-03 19:16:54 +00:00
commit 101e437515
1 changed files with 1 additions and 1 deletions

View File

@ -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,