diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-08-10 22:58:28 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-08-10 23:00:46 +0200 |
commit | 310ed3d39936270f085768726277346c325c900f (patch) | |
tree | 8f4353019e74dee0a614948fd5d436ef87fcd560 /android | |
parent | ba7578401b4fed4df7b255cf23bd674f86953436 (diff) |
copy android-support-v4 from SDK to libs at build
Change-Id: I3adaf26624ffc46b304d35e0588e7253c20cb5ee
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/LOAndroid3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/experimental/LOAndroid3/Makefile b/android/experimental/LOAndroid3/Makefile index 08e933e41d92..49879c0a3414 100644 --- a/android/experimental/LOAndroid3/Makefile +++ b/android/experimental/LOAndroid3/Makefile @@ -19,6 +19,8 @@ build-ant: android_version_setup copy-stuff link-so properties # # Copy jar files we need # + cp $(ANDROID_SDK_HOME)/extras/android/support/v4/android-support-v4.jar libs + for F in java_uno \ juh \ jurt \ |