Index: webrtc/examples/BUILD.gn |
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn |
index 3ee9ae5e9fd3648c1f7a8c35d2f4e50dc6e0af3e..ebdb174b541b107e13807688751d5a6201f8b28e 100644 |
--- a/webrtc/examples/BUILD.gn |
+++ b/webrtc/examples/BUILD.gn |
@@ -64,6 +64,8 @@ if (is_android) { |
} |
android_library("AppRTCMobile_javalib") { |
+ android_manifest = "androidapp/AndroidManifest.xml" |
sakal
2017/02/10 08:38:04
This was required. Otherwise linter complains abou
|
+ |
java_files = [ |
"androidapp/src/org/appspot/apprtc/AppRTCAudioManager.java", |
"androidapp/src/org/appspot/apprtc/AppRTCBluetoothManager.java", |