diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-23 21:09:48 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-23 22:03:43 +0000 |
commit | d83eb4b9ff792080f3c0012f7e0b59ed3c8639ce (patch) | |
tree | b3d49e87e79189d36f700a440c0942d2afbfadbb /android | |
parent | 90f6080e6b27278fd3f50b0e96aa0df328d6b07d (diff) |
android: get osl_Pipe creation sorted out, before we kill it.
use new OSL_SOCKET_PATH bootstrap variable to customise this.
Diffstat (limited to 'android')
-rw-r--r-- | android/qa/desktop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile index 0076b6ff58dd..63399d7d8d85 100644 --- a/android/qa/desktop/Makefile +++ b/android/qa/desktop/Makefile @@ -33,6 +33,8 @@ buildrcs: 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 "OSL_SOCKET_PATH=$(APP_DATA_PATH)/files" >> assets/program/lofficerc # fundamentalrc ini ... echo "[Bootstrap]" > assets/program/fundamentalrc echo "LO_LIB_DIR=file://$(APP_DATA_PATH)/lib/" >> assets/program/fundamentalrc |