[Android] Delete libVLC jni binaries on gradle clean
Geoffrey Métais
git at videolan.org
Fri Mar 17 11:26:06 CET 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Mar 17 11:25:25 2017 +0100| [b69c98a91709b78f04033b1fb0cb8c11ca566fd7] | committer: Geoffrey Métais
Delete libVLC jni binaries on gradle clean
> https://code.videolan.org/videolan/vlc-android/commit/b69c98a91709b78f04033b1fb0cb8c11ca566fd7
---
libvlc/build.gradle | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/libvlc/build.gradle b/libvlc/build.gradle
index 732893c..06dc8a7 100644
--- a/libvlc/build.gradle
+++ b/libvlc/build.gradle
@@ -99,6 +99,10 @@ task generateSources (type: Jar) {
from android.sourceSets.main.java.srcDirs
}
+clean {
+ delete 'build', 'jni/libs', 'jni/obj'
+}
+
dependencies {
compile 'com.android.support:support-annotations:25.2.0'
}
More information about the Android
mailing list