aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {