[Android] Add a apkclean target in the Makefile to clean java code
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Wed Jun 20 23:45:27 CEST 2012
    
    
  
android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jun 21 00:34:38 2012 +0200| [eb550bf65cefe7ccc6d46287007244fa73397bd9] | committer: Jean-Baptiste Kempf
Add a apkclean target in the Makefile to clean java code
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=eb550bf65cefe7ccc6d46287007244fa73397bd9
---
 Makefile |    3 +++
 1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile
index 877cb49..92db0cc 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,9 @@ $(LIBVLCJNI): $(JNI_SOURCES) $(LIBVLCJNI_H) $(PRIVATE_LIBS)
 		VLC_BUILD_DIR="$$VLC_BUILD_DIR" \
 		VLC_MODULES="$$vlc_modules"
 
+apkclean:
+	rm $(VLC_APK)
+
 clean:
 	cd $(SRC) && rm -rf gen libs obj bin $(VLC_APK)
 	rm -f $(PRIVATE_LIBDIR)/*.so $(PRIVATE_LIBDIR)/*.c
    
    
More information about the Android
mailing list