Merge "Set '%c' in LLVM_PROFILE_FILE for continuous mode"
This commit is contained in:
commit
d2a27913a9
|
@ -79,7 +79,11 @@ endif
|
||||||
|
|
||||||
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS :=
|
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS :=
|
||||||
ifeq ($(CLANG_COVERAGE),true)
|
ifeq ($(CLANG_COVERAGE),true)
|
||||||
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/misc/trace/clang-%20m.profraw
|
ifeq ($(CLANG_COVERAGE_CONTINUOUS_MODE),true)
|
||||||
|
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/misc/trace/clang%c-%20m.profraw
|
||||||
|
else
|
||||||
|
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/misc/trace/clang-%20m.profraw
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Put it here instead of in init.rc module definition,
|
# Put it here instead of in init.rc module definition,
|
||||||
|
|
Loading…
Reference in New Issue