Fix non-unified build bustage from bug 987979 on a CLOSED TREE. r=me

This commit is contained in:
Mike Hommey 2014-05-30 09:32:08 +09:00
parent 378a553339
commit 008e551458
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
// TODO(xians): Break out attach and detach current thread to JVM to
// separate functions.
#include "AndroidJNIWrapper.h"
#include "webrtc/modules/audio_device/android/audio_record_jni.h"
#include <android/log.h>

View File

@ -8,6 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "AndroidJNIWrapper.h"
#include "webrtc/modules/video_capture/android/video_capture_android.h"
#include "webrtc/modules/utility/interface/helpers_android.h"