Merge "Move gcov output to /data/misc/trace"

This commit is contained in:
Oliver Nguyen 2019-04-05 18:11:30 +00:00 committed by Gerrit Code Review
commit 3a6a01bdee

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,