| Index: webrtc/modules/audio_device/BUILD.gn
|
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
|
| index b5e503a9e3922ee6b833fe786c10c893a6d184cc..8739513c017c70de633e3029647b482f726abe93 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -50,6 +50,7 @@ source_set("audio_device") {
|
| include_dirs += [ "android" ]
|
| }
|
| defines = []
|
| + cflags = []
|
| if (rtc_include_internal_audio_device) {
|
| defines += [ "WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" ]
|
| sources += [
|
|
|