Merge "Disable native_coverage for webrtc"

am: 5d8bf68015

Change-Id: If504e10094c980f26d12235011744a4cdd397d51
This commit is contained in:
Pirama Arumuga Nainar
2019-02-19 11:27:30 -08:00
committed by android-build-merger

View File

@ -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 {