[Libreoffice-commits] .: android/sdremote

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Aug 21 06:18:37 PDT 2012


 android/sdremote/Makefile |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 8329163648555d5391eee4eab5e96652cfb2c40a
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Aug 21 16:07:34 2012 +0300

    Argh, need the local.properties in abs-lib too, and also for ant clean
    
    Change-Id: Idfb3e5f6df28a278e7b20d5b990e38751d36af68

diff --git a/android/sdremote/Makefile b/android/sdremote/Makefile
index 5cdf8ee..3fab559 100644
--- a/android/sdremote/Makefile
+++ b/android/sdremote/Makefile
@@ -8,13 +8,16 @@
 
 include ../../config_host.mk
 
-all:
-	echo sdk.dir=$(ANDROID_SDK_HOME) >local.properties
+all: properties
 	mkdir -p ../abs-lib/libs
 	cp $(ANDROID_SDK_HOME)/extras/android/support/v4/android-support-v4.jar ../abs-lib/libs
 	$(ANT) debug
 
-clean:
+properties:
+	echo sdk.dir=$(ANDROID_SDK_HOME) >local.properties
+	echo sdk.dir=$(ANDROID_SDK_HOME) >../abs-lib/local.properties
+
+clean: properties
 	$(ANT) clean
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list