summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-08-08 12:39:24 +0300
committerTor Lillqvist <tml@iki.fi>2012-08-08 12:40:27 +0300
commitdfa5adcbc2ed31ebc16ec1e920f8305903a6ed7e (patch)
treecde0537192441f74c656100288da5671a919f2b0
parentc78ad3efa8c0f79d8f6506043f8d61d259520584 (diff)
Make sure the v4 support library used by abs-lib is found
Change-Id: I425a8f0bea9d455b1ffd7ed4374bcde133e9a38c
-rw-r--r--android/experimental/LibreOffice4Android/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/android/experimental/LibreOffice4Android/Makefile b/android/experimental/LibreOffice4Android/Makefile
index e89911ea46dc..18eba3ebeedb 100644
--- a/android/experimental/LibreOffice4Android/Makefile
+++ b/android/experimental/LibreOffice4Android/Makefile
@@ -223,7 +223,9 @@ copy-stuff:
build-ant: copy-stuff properties
echo sdk.dir=$(ANDROID_SDK_HOME) >../../abs-lib/local.properties
-
+# ActionBarSherlock uses the v4 support library, apparently one needs to copy
+# it like this for it to be found
+ cp $(ANDROID_SDK_HOME)/extras/android/support/v4/android-support-v4.jar ../../abs-lib/libs
#
# Copy jar files we need
#