| Index: webrtc/modules/audio_device/BUILD.gn
|
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
|
| index 06b3129a86518782b72f4dd2e5e054d2b247c669..27718760c31e5767ced6276150193fb6a08a6f11 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -114,6 +114,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",
|
|
|