[Android] Also clean libraries from the old folder
Jean-Baptiste Kempf
git at videolan.org
Fri Nov 14 15:24:03 CET 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Nov 14 15:23:45 2014 +0100| [34b295974c3c3fba8c9497dadabf737372092572] | committer: Jean-Baptiste Kempf
Also clean libraries from the old folder
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=34b295974c3c3fba8c9497dadabf737372092572
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 42fd0f0..1870d4c 100644
--- a/Makefile
+++ b/Makefile
@@ -124,7 +124,7 @@ clean: lightclean
rm -rf $(APP_SRC)/gen java-libs/*/gen java-libs/*/bin .sdk vlc-sdk/ vlc-sdk.7z
jniclean: lightclean
- rm -f $(LIBVLCJNI) $(LIBVLCJNI_H)
+ rm -rf $(LIBVLCJNI) $(LIBVLCJNI_H) $(APP_SRC)/libs/
distclean: clean jniclean
More information about the Android
mailing list