[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - android/Bootstrap

Jan Holesovsky (via logerrit) logerrit at kemper.freedesktop.org
Sun Oct 6 17:13:48 UTC 2019


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

New commits:
commit 21f72fb1dbd0b83ac907e5a64131d41bc364267b
Author:     Jan Holesovsky <kendy at collabora.com>
AuthorDate: Sat Feb 9 17:34:58 2019 +0100
Commit:     Andras Timar <andras.timar at 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 <kendy at 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
 
 #


More information about the Libreoffice-commits mailing list