diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-07-28 13:17:41 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-08-03 22:42:19 +0200 |
commit | c77f452d83f4f01bb0b91c19773ca9715d1aae2a (patch) | |
tree | 012fea6d7a138de0074a00375262288f8269bccc /android | |
parent | f944bb4ec4d2a65759a74260b11fb78dbf0e6a39 (diff) |
LOAndroid3: add calc to native-code to include the necessary libs
Change-Id: I59eeadfe5417d2a574d672ff3f039bc125abbdbe
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/LOAndroid3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/experimental/LOAndroid3/Makefile b/android/experimental/LOAndroid3/Makefile index 445b7fd26bee..3c7417a66179 100644 --- a/android/experimental/LOAndroid3/Makefile +++ b/android/experimental/LOAndroid3/Makefile @@ -13,7 +13,7 @@ BOOTSTRAPDIR=../../Bootstrap include $(BOOTSTRAPDIR)/Makefile.shared native-code.cxx: $(SRCDIR)/solenv/bin/native-code.py - $< -j -g core -g writer > $@ + $< -j -g core -g writer -g calc > $@ build-ant: android_version_setup copy-stuff link-so properties # |