diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared index a2aa45c8dbca..01fc8ec2357e 100644 --- a/android/Bootstrap/Makefile.shared +++ b/android/Bootstrap/Makefile.shared @@ -65,7 +65,7 @@ properties: echo "APP_PLATFORM := android-21" >> jni/Application.mk install: - unset JAVA_HOME && $(ANT) $(if $(verbose),,-quiet) debug install + unset JAVA_HOME && $(ANT) debug install @echo @echo 'Run it with "make run"' @echo diff --git a/android/source/Makefile b/android/source/Makefile index 6711b6c045ec..5c51db8ed5db 100644 --- a/android/source/Makefile +++ b/android/source/Makefile @@ -1,6 +1,6 @@ ifeq ($(BUILDDIR),) gb_Side:=host -include ../../../config_host.mk +include ../../config_host.mk endif # The default target just builds.