aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2019-02-19 11:51:46 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-02-19 11:51:46 -0800
commit14875d26986ea4be60ed031c7ff68ec2890b11b8 (patch)
treea918dbd5e48b0ba8139c51c8dc68a6367a85559b
parent6b24b14ebf7d1eb926ea46e7ba40565da61e23ad (diff)
parent8659d14bff902f71a2c6884dcf8bfd03363a06d5 (diff)
downloadwebrtc-14875d26986ea4be60ed031c7ff68ec2890b11b8.tar.gz
Merge "Disable native_coverage for webrtc" am: 5d8bf68015
am: 8659d14bff Change-Id: I6f350eeed980c8761715dc2251fa27377ffc9d92
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 48ff6074ed..1b89263921 100644
--- a/Android.bp
+++ b/Android.bp
@@ -116,6 +116,11 @@ cc_library_shared {
instruction_set: "arm",
},
},
+
+ // Disable native_coverage since linking fails with -O0 (needed for
+ // coverage). The fix is to mark InStream::Rewind and OutStream::Rewind as
+ // pure virtual in webrtc/common_types.h
+ native_coverage: false,
}
cc_library_shared {