summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorThorsten Behrens <thb@documentfoundation.org>2015-02-13 17:02:58 +0100
committerThorsten Behrens <thb@documentfoundation.org>2015-02-14 00:46:15 +0100
commit3d403f2af2e5b7d26254d45590764f279450fab6 (patch)
treed0e295f3f915cb36f38ddc335109f77858491665 /android
parent7f5a0495eb5579101f58d9fec10153486c91a40a (diff)
Related: tdf#63690 - remove rtl_logfile
This was unused since the earlier cleanup. Change-Id: Ia56641c4242037a0ce501e43939b8dc862499f0e
Diffstat (limited to 'android')
-rw-r--r--android/Bootstrap/Makefile.shared1
-rw-r--r--android/experimental/desktop/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared
index 12b4774042b1..a215d44e423e 100644
--- a/android/Bootstrap/Makefile.shared
+++ b/android/Bootstrap/Makefile.shared
@@ -158,7 +158,6 @@ copy-stuff:
echo 'Logo=1' >> assets/unpack/program/sofficerc
echo 'NativeProgress=1' >> assets/unpack/program/sofficerc
echo 'URE_BOOTSTRAP=file:///assets/program/fundamentalrc' >> assets/unpack/program/sofficerc
-# echo 'RTL_LOGFILE=file:///dev/log/main' >> assets/unpack/program/sofficerc
echo 'HOME=$$APP_DATA_DIR/cache' >> assets/unpack/program/sofficerc
echo 'OSL_SOCKET_PATH=$$APP_DATA_DIR/cache' >> assets/unpack/program/sofficerc
#
diff --git a/android/experimental/desktop/Makefile b/android/experimental/desktop/Makefile
index 3a7f6ba952f1..95167371404e 100644
--- a/android/experimental/desktop/Makefile
+++ b/android/experimental/desktop/Makefile
@@ -41,7 +41,6 @@ copy-stuff-desktop:
echo "Logo=1" >> assets/program/lofficerc
echo "NativeProgress=1" >> assets/program/lofficerc
echo "URE_BOOTSTRAP=file:///assets/program/fundamentalrc" >> assets/program/lofficerc
-# echo "RTL_LOGFILE=file:///dev/log/main" >> assets/program/lofficerc
echo "HOME=$(APP_DATA_PATH)/files" >> assets/program/lofficerc
echo "OSL_SOCKET_PATH=$(APP_DATA_PATH)/files" >> assets/program/lofficerc
# - this looks useful but breaks more than it fixes ...