diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-11-26 09:34:47 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-11-26 09:40:57 +0200 |
commit | 29f9c062175a87f7862e139a0ded7d2b15731197 (patch) | |
tree | 5bbffee5def14d4b1b624b09e6f37b814b3b2a69 /android | |
parent | a9747280ef8579a29da81167bdb6f1dd9b9c8b62 (diff) |
Let's not break "make clean install"
Change-Id: I1a1694bf4ad463ed18c99c5471c53ca26578dfdb
Diffstat (limited to 'android')
-rw-r--r-- | android/Bootstrap/Makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
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 |