From 29f9c062175a87f7862e139a0ded7d2b15731197 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 26 Nov 2012 09:34:47 +0200 Subject: Let's not break "make clean install" Change-Id: I1a1694bf4ad463ed18c99c5471c53ca26578dfdb --- android/Bootstrap/Makefile.shared | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android') diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared index 33659c268576..0fa264a5eab5 100644 --- a/android/Bootstrap/Makefile.shared +++ b/android/Bootstrap/Makefile.shared @@ -68,7 +68,7 @@ uninstall: clean: android_version_setup properties $(ANT) clean - rm -rf assets libs $(SODEST) $(OBJLOCAL) $(BOOTSTRAPDIR)/no-resource-compress.xml + rm -rf assets libs $(SODEST) $(OBJLOCAL) # If you reinstall an app several times *on the emulator*, even if you # uninstall it between, disk space seems to leak that won't get recycled until -- cgit