| Index: webrtc/modules/audio_device/BUILD.gn
|
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
|
| index fcd4ffd45d414765e4afff907d29f528be250a43..6bc7d9c78d65c6d687651f12e0c97464e23196a1 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -115,6 +115,8 @@ rtc_source_set("audio_device") {
|
| "android/opensles_common.h",
|
| "android/opensles_player.cc",
|
| "android/opensles_player.h",
|
| + "android/opensles_recorder.cc",
|
| + "android/opensles_recorder.h",
|
| ]
|
| libs = [
|
| "log",
|
|
|