[Android] libvlc: add annotations support

Thomas Guillem git at videolan.org
Wed Jun 17 15:14:43 CEST 2015


vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Jun 17 15:14:09 2015 +0200| [1ce8923e59c6c49540fd29b6ff260f8f378794d9] | committer: Thomas Guillem

libvlc: add annotations support

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=1ce8923e59c6c49540fd29b6ff260f8f378794d9
---

 libvlc/build.gradle |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/libvlc/build.gradle b/libvlc/build.gradle
index 97bd1db..2774386 100644
--- a/libvlc/build.gradle
+++ b/libvlc/build.gradle
@@ -88,3 +88,6 @@ task buildDebugMIPS(type:BuildNative) {
 task buildDebugMIPS64(type:BuildNative) {
     args('-a', "mips64")
 }
+dependencies {
+    compile 'com.android.support:support-annotations:22.2.0'
+}



More information about the Android mailing list