Merge "Disable native_coverage for webrtc"
am: 5d8bf68015 Change-Id: If504e10094c980f26d12235011744a4cdd397d51
This commit is contained in:

committed by
android-build-merger

commit
8659d14bff
@ -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 {
|
||||
|
Reference in New Issue
Block a user