summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/build/android/gradle/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libwebrtc/build/android/gradle/AndroidManifest.xml')
-rw-r--r--third_party/libwebrtc/build/android/gradle/AndroidManifest.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/libwebrtc/build/android/gradle/AndroidManifest.xml b/third_party/libwebrtc/build/android/gradle/AndroidManifest.xml
new file mode 100644
index 0000000000..f3e50e0c93
--- /dev/null
+++ b/third_party/libwebrtc/build/android/gradle/AndroidManifest.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright 2018 The Chromium Authors. All rights reserved.
+ Use of this source code is governed by a BSD-style license that can be
+ found in the LICENSE file.
+-->
+
+<!--
+ This is a dummy manifest which is required by Android Studio's _all target.
+ No <uses-sdk> is allowed due to https://crbug.com/841529.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="org.dummy">
+</manifest>