commit | 17e7c7526502a5a59c2ac704b578022777ed2ed8 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Wed May 22 22:14:57 2019 -0700 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Wed May 22 22:18:37 2019 -0700 |
tree | bd11f57df9424c3903d1d33029612a300d785ecb | |
parent | 933bd3ae66de82bc0a9d2b985e058295c08065f9 [diff] [blame] |
Disable native_coverage for scudo-related libraries Bug: http://b/133379274 Bug: http://b/133322197 Test: coverage-enabled mediaextractor, which uses scudo, no longer crashes during llvm_gcov_init. Change-Id: I85a0cc91a2fbd8433823769c3032ec2591424e55
diff --git a/libc/bionic/scudo/Android.bp b/libc/bionic/scudo/Android.bp index 8b518bb..9b77c06 100644 --- a/libc/bionic/scudo/Android.bp +++ b/libc/bionic/scudo/Android.bp
@@ -57,4 +57,7 @@ version_script: "exported64.map", }, }, + + // Like libc, disable native coverage for libscudo_wrapper. + native_coverage: false, }