Merge "Clang coverage also enables global write to /data/misc/trace."

This commit is contained in:
Oliver Nguyen 2020-01-22 22:34:35 +00:00 committed by Gerrit Code Review
commit 8ad9190770

View File

@ -202,6 +202,9 @@ with_native_coverage := false
ifeq ($(NATIVE_COVERAGE),true)
with_native_coverage := true
endif
ifeq ($(CLANG_COVERAGE),true)
with_native_coverage := true
endif
treble_sysprop_neverallow := true
ifeq ($(BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW),true)