mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-17 15:47:53 +01:00
Remove unused manifest.
This used to be used by the linter, but now it's actually using build/android/AndroidManifest.xml to determine the minimum SDK level we support. Remove this file to avoid confusion. Bug: None Change-Id: I2ea60854d52276877ae9d51a9c1f379cfaa3ed5d Reviewed-on: https://webrtc-review.googlesource.com/40661 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21677}
This commit is contained in:
parent
1ea1875c13
commit
dde8702f11
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This is a dummy manifest which is required by:
|
||||
1. aapt when generating R.java in java.gypi:
|
||||
Nothing in the manifest is used, but it is still required by aapt.
|
||||
2. lint: [min|target]SdkVersion are required by lint and should
|
||||
be kept up-to-date.
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="dummy.package">
|
||||
|
||||
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="23" />
|
||||
|
||||
</manifest>
|
Loading…
Reference in a new issue