| author | Tor Lillqvist <tml@iki.fi> | 2012-08-21 11:58:07 (GMT) |
|---|---|---|
| committer | Tor Lillqvist <tml@iki.fi> | 2012-08-21 11:58:07 (GMT) |
| commit | 15d272dfccc0e0f961fdcb190a322ad4a2e33432 (patch) (side-by-side diff) | |
| tree | 2a41d17f72ca69e8de36950905e8510d59285bac | |
| parent | 7b2a6bd0cd68d25d2781c16793cac3c205a61982 (diff) | |
| download | core-15d272dfccc0e0f961fdcb190a322ad4a2e33432.zip core-15d272dfccc0e0f961fdcb190a322ad4a2e33432.tar.gz | |
We need the support library for "ActionBarSherlock"
Change-Id: I211372dddc6c5b3d9f182d43fd3a89dcdff9fa22
| -rw-r--r-- | android/sdremote/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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: |
