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

New commits:
commit 8329163648555d5391eee4eab5e96652cfb2c40a
Author: Tor Lillqvist <t...@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:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to