[Android] makefile: add an uninstall rule
    Ludovic Fauvet 
    git at videolan.org
       
    Thu Jun 21 18:08:00 CEST 2012
    
    
  
android | branch: master | Ludovic Fauvet <etix at videolan.org> | Thu Jun 21 17:48:33 2012 +0200| [f2de4e1ea4e1f13d6ef962900ee91272ebec2e41] | committer: Ludovic Fauvet
makefile: add an uninstall rule
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=f2de4e1ea4e1f13d6ef962900ee91272ebec2e41
---
 Makefile |    4 ++++
 1 file changed, 4 insertions(+)
diff --git a/Makefile b/Makefile
index 1e1752f..72d7a29 100644
--- a/Makefile
+++ b/Makefile
@@ -95,6 +95,10 @@ install: $(VLC_APK)
 	adb wait-for-device
 	adb install -r $(VLC_APK)
 
+uninstall:
+	adb wait-for-device
+	adb uninstall org.videolan.vlc
+
 run:
 	@echo "=== Running VLC on device ==="
 	adb wait-for-device
    
    
More information about the Android
mailing list