LOK Android: don't initialise until TMPDIR is set.
commit885a578b2c48667cff6958ea5ec2705d48954a2e
authorAndrzej Hunt <andrzej@ahunt.org>
Thu, 25 Sep 2014 08:20:56 +0000 (25 09:20 +0100)
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>
Thu, 4 Dec 2014 11:23:03 +0000 (4 12:23 +0100)
tree11d6b2e9846259d417bc3570f752336ba47e7949
parenteefdd2ee550605f8f78ece452ad5bdabf0a1de9d
LOK Android: don't initialise until TMPDIR is set.

As part of LOK initialisation we now start soffice_main, this
requires TMPDIR access, and will fail if we haven't set TMPDIR
(as by default it attemps to access /tmp which is not allowed on
Android).

Change-Id: I63bd7bce9b52c898c60fda6eea33ee919349a109
android/Bootstrap/src/org/libreoffice/kit/LibreOfficeKit.java