diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-01 10:55:34 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-01 10:55:51 +0200 |
commit | 18e035964e92cb4348a4de0bafc4114608ed4754 (patch) | |
tree | 297d0af5e517f1c41f04b83e3d8d96fb41a6f7f5 /android/experimental/desktop | |
parent | 6a1cb54c31a0e7591173afa167938535bbe5cf6e (diff) |
Cleanups to the android and ios makefilery
Also build the "desktop" app from gbuild.
Change-Id: I45fc265c9515b22e10bd7644f54dbfa23601e063
Diffstat (limited to 'android/experimental/desktop')
-rw-r--r-- | android/experimental/desktop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/experimental/desktop/Makefile b/android/experimental/desktop/Makefile index 7069cb301876..d4b79454e0c1 100644 --- a/android/experimental/desktop/Makefile +++ b/android/experimental/desktop/Makefile @@ -153,7 +153,7 @@ setup-jars: done build-ant: android_version_setup copy-stuff link-so properties setup-jars - unset JAVA_HOME && $(ANT) debug + unset JAVA_HOME && $(ANT) -quiet debug run: $(ANDROID_SDK_HOME)/platform-tools/adb shell am start -n $(APP_PACKAGE)/.Desktop |