diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-11-26 09:33:29 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-11-26 09:40:56 +0200 |
commit | a9747280ef8579a29da81167bdb6f1dd9b9c8b62 (patch) | |
tree | 6f9f24790295da0da22fa64648f084cdf675a1ec | |
parent | 94dda1701b0b59b0c1faa970035ae81c511519fe (diff) |
It's an emulator, not simulator
Change-Id: I01665f9030c9a544a89d3857f96bf3073c706435
-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 83e9b6a97bdb..33659c268576 100644 --- a/android/Bootstrap/Makefile.shared +++ b/android/Bootstrap/Makefile.shared @@ -70,7 +70,7 @@ clean: android_version_setup properties $(ANT) clean rm -rf assets libs $(SODEST) $(OBJLOCAL) $(BOOTSTRAPDIR)/no-resource-compress.xml -# If you reinstall an app several times *on the simulator*, even if you +# 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 # you stop and start... No idea if this holds for a device, too. (And you # can't "stop" a device anyway.) |