Kaydet (Commit) 4475c17d authored tarafından Miklos Vajna's avatar Miklos Vajna

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
üst 4fe010cc
...@@ -65,7 +65,7 @@ properties: ...@@ -65,7 +65,7 @@ properties:
echo "APP_PLATFORM := android-21" >> jni/Application.mk echo "APP_PLATFORM := android-21" >> jni/Application.mk
install: install:
unset JAVA_HOME && $(ANT) $(if $(verbose),,-quiet) debug install unset JAVA_HOME && $(ANT) debug install
@echo @echo
@echo 'Run it with "make run"' @echo 'Run it with "make run"'
@echo @echo
......
ifeq ($(BUILDDIR),) ifeq ($(BUILDDIR),)
gb_Side:=host gb_Side:=host
include ../../../config_host.mk include ../../config_host.mk
endif endif
# The default target just builds. # The default target just builds.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment