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

Bug: 143977934
Test: kill -37 <pid>, check for file in /data/misc/trace and no selinux
denials

Change-Id: I0d61f9ed4cae9b27694434521d6a066b22ae5f6c
This commit is contained in:
Oliver Nguyen 2019-12-09 16:37:59 -08:00
parent 4c8a849f25
commit fad5f819e7

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)