[Libreoffice-commits] core.git: android/Bootstrap
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Feb 18 18:16:51 UTC 2019
android/Bootstrap/Makefile.shared | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c02a78b55a1806687120de1d7d2df274a811be34
Author: Jan Holesovsky <kendy at collabora.com>
AuthorDate: Sat Feb 9 17:34:58 2019 +0100
Commit: Jan Holesovsky <kendy at collabora.com>
CommitDate: Mon Feb 18 19:16:28 2019 +0100
android: Add a missing dependency.
Useful when you switch sdk to a different location.
Change-Id: I95301cc9adf50a0bbd918cc7562b8871093625b8
Reviewed-on: https://gerrit.libreoffice.org/67873
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared
index eb2fc9967a6a..f77679853d39 100644
--- a/android/Bootstrap/Makefile.shared
+++ b/android/Bootstrap/Makefile.shared
@@ -21,7 +21,7 @@ OBJLOCAL=obj/local/$(ANDROID_APP_ABI)
# Helpful rules ...
#
-local.properties:
+local.properties: $(BUILDDIR)/config_host.mk
echo sdk.dir=$(ANDROID_SDK_HOME) >local.properties
#
More information about the Libreoffice-commits
mailing list