Make sure the v4 support library used by abs-lib is found

Change-Id: I425a8f0bea9d455b1ffd7ed4374bcde133e9a38c
This commit is contained in:
Tor Lillqvist 2012-08-08 12:39:24 +03:00
parent c78ad3efa8
commit dfa5adcbc2

View file

@ -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
#