diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-22 14:26:38 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-22 14:29:36 +0300 |
commit | e2a7989765fcf5fe26ea66c83ecff4a827b0e9d3 (patch) | |
tree | b04bbb600fac237d32e09ad0b7bc004c9826fed4 /android/Bootstrap/Makefile.shared | |
parent | 7887a4e0adb0d60e6b013808dc27eccddd1c0324 (diff) |
Build also the DocumentLoader test Android app with gbuild
Serialize the Ant cleaning and building of android/abs-lib so that one
Ant is not cleaning it while another is building something that
depends on it.
Change-Id: I22fde47bf84208fa129b8f6a65a2314c885451a0
Diffstat (limited to 'android/Bootstrap/Makefile.shared')
-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 be2692718ef4..f18c18739b31 100644 --- a/android/Bootstrap/Makefile.shared +++ b/android/Bootstrap/Makefile.shared @@ -42,7 +42,7 @@ properties: install: build-ant unset JAVA_HOME && $(ANT) debug install @echo - @echo 'Run it with something like what "make run" does (see Makefile)' + @echo 'Run it with "make run"' @echo uninstall: |