android: fix make install and don't use ant -quiet by default

Unlike 'make -s', 'ant -quiet' will stay silent even if there was an
error.

Change-Id: Iba921d3cde48875f7a6da4c5ba811cab46dfb89f
This commit is contained in:
Miklos Vajna
2015-10-01 16:57:12 +02:00
parent 4fe010cce8
commit 4475c17da5
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
ifeq ($(BUILDDIR),)
gb_Side:=host
include ../../../config_host.mk
include ../../config_host.mk
endif
# The default target just builds.