diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-06-22 19:18:17 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-06-23 10:21:03 +0200 |
commit | ab27953d9ef2076e0acd43ed4ba6652732794777 (patch) | |
tree | 3f4ea0776997ab5be037b2e04d273e198ee787b8 /android | |
parent | 7be0d5490517d41c20f99a006edb9fa651ce3d85 (diff) |
android: show when native-code.py is invoked even for non-verbose builds
Change-Id: I176d140bf5efc090c89cbd3a3699a764abf7107a
Reviewed-on: https://gerrit.libreoffice.org/39121
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'android')
-rw-r--r-- | android/source/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/source/Makefile b/android/source/Makefile index 6f2f96803f37..9a84def6fe7b 100644 --- a/android/source/Makefile +++ b/android/source/Makefile @@ -12,6 +12,7 @@ BOOTSTRAPDIR=../Bootstrap include $(BOOTSTRAPDIR)/Makefile.shared native-code.cxx: $(SRCDIR)/solenv/bin/native-code.py + @echo "[build PY ] $@" $< -j -g core -g writer -g calc -g draw -g edit > $@ install: |