diff options
author | jan Iversen <jani@libreoffice.org> | 2017-06-11 13:51:01 +0200 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-06-11 13:51:01 +0200 |
commit | 27a8afdf93a86ec18f794362ac8329d0b5eb8a1f (patch) | |
tree | f8bfeef84b2ed109dd212f9f2d2fcfe5ed7b11e3 /bin | |
parent | 23f9afdce0ff244481345171cdff54fe807a212e (diff) |
undo touch of ANDROID build
tinderbox had a problem with android build due to test message
removed
Change-Id: I2ab101dd037257be16eb2771f65e78794bad4489
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lo-all-static-libs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/lo-all-static-libs b/bin/lo-all-static-libs index c45723f938cd..381090a036ec 100755 --- a/bin/lo-all-static-libs +++ b/bin/lo-all-static-libs @@ -43,7 +43,6 @@ ANDROID) oslibs="$oslibs $WORKDIR/UnpackedTarball/cairo/src/.libs/libcairo.a" # Only liblo-bootstrap.a ends up here: oslibs="$oslibs $WORKDIR/LinkTarget/Library/lib*.a" - osssl="$WORKDIR/UnpackedTarball/HEJ($TLS)(${DISABLE-OPENSSL})openssl/*.a" ;; IOS) oslibs="$WORKDIR/UnpackedTarball/icu/source/stubdata/*.a" |