[Android] Fix tools manifest
Geoffrey Métais
git at videolan.org
Fri Oct 12 10:49:42 CEST 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Oct 12 10:49:09 2018 +0200| [5e2338e8a3d372bb98d7fdba71d301dc321f94af] | committer: Geoffrey Métais
Fix tools manifest
> https://code.videolan.org/videolan/vlc-android/commit/5e2338e8a3d372bb98d7fdba71d301dc321f94af
---
tools/src/main/AndroidManifest.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/tools/src/main/AndroidManifest.xml b/tools/src/main/AndroidManifest.xml
index e898e5c2f..6f4732891 100644
--- a/tools/src/main/AndroidManifest.xml
+++ b/tools/src/main/AndroidManifest.xml
@@ -1,2 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
-<manifest package="videolan.org.commontools" />
\ No newline at end of file
+<manifest package="videolan.org.commontools"
+ xmlns:tools="http://schemas.android.com/tools">
+
+ <uses-sdk
+ tools:overrideLibrary="android.support.media.tv" />
+</manifest>
\ No newline at end of file
More information about the Android
mailing list