Make sure the v4 support library used by abs-lib is found
Change-Id: I425a8f0bea9d455b1ffd7ed4374bcde133e9a38c
This commit is contained in:
parent
c78ad3efa8
commit
dfa5adcbc2
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue