[Libreoffice-commits] .: android/sdremote

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


 android/sdremote/Makefile |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 15d272dfccc0e0f961fdcb190a322ad4a2e33432
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Aug 21 14:58:07 2012 +0300

    We need the support library for "ActionBarSherlock"
    
    Change-Id: I211372dddc6c5b3d9f182d43fd3a89dcdff9fa22

diff --git a/android/sdremote/Makefile b/android/sdremote/Makefile
index 4727b7c..9b56380 100644
--- a/android/sdremote/Makefile
+++ b/android/sdremote/Makefile
@@ -10,6 +10,8 @@ include ../../config_host.mk
 
 all:
 	echo sdk.dir=$(ANDROID_SDK_HOME) >local.properties
+	mkdir -p ../abs-lib/libs
+	cp $(ANDROID_SDK_HOME)/extras/android/support/v4/android-support-v4.jar ../abs-lib/libs
 	$(ANT) debug
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list