| author | Tor Lillqvist <tml@iki.fi> | 2012-08-08 08:39:30 (GMT) |
|---|---|---|
| committer | Tor Lillqvist <tml@iki.fi> | 2012-08-08 08:43:52 (GMT) |
| commit | 9dd8fac9808d9ccf2acd33ba202ab4506e6d2b56 (patch) (side-by-side diff) | |
| tree | d9b8f8e0a9aa5cb58c24682203e6ce4cdf50bae9 | |
| parent | cbca382f2fc0c64b409160d390357ba520c94259 (diff) | |
| download | core-9dd8fac9808d9ccf2acd33ba202ab4506e6d2b56.zip core-9dd8fac9808d9ccf2acd33ba202ab4506e6d2b56.tar.gz | |
Also set up the local.properties of abs-lib
Change-Id: Icf71e912687d182b0e38efd00626f86df39b1311
| -rw-r--r-- | android/experimental/LibreOffice4Android/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/experimental/LibreOffice4Android/Makefile b/android/experimental/LibreOffice4Android/Makefile index 8bae333..74a1dbb 100644 --- a/android/experimental/LibreOffice4Android/Makefile +++ b/android/experimental/LibreOffice4Android/Makefile @@ -222,6 +222,8 @@ copy-stuff: echo set solib-search-path ./obj/local/$(ABI_PATH) >$(SODEST)/gdb.setup build-ant: copy-stuff properties + echo sdk.dir=$(ANDROID_SDK_HOME) >../../abs-lib/local.properties + # # Copy jar files we need, and even construct one. # |
