android/Bootstrap/Makefile.shared |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 21f72fb1dbd0b83ac907e5a64131d41bc364267b
Author:     Jan Holesovsky <ke...@collabora.com>
AuthorDate: Sat Feb 9 17:34:58 2019 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Sun Oct 6 19:10:25 2019 +0200

    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 <ke...@collabora.com>

diff --git a/android/Bootstrap/Makefile.shared 
b/android/Bootstrap/Makefile.shared
index 0c9944efff0f..e0678ba8c779 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
 
 #
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to