android: Even with debug, the loolkitconfig.xcu path is the same.
Change-Id: I28d72ce2776fb7640944a75d65586cf862fcbdbe Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89213 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
This commit is contained in:
parent
17bef63abd
commit
fd3e6fb722
1 changed files with 1 additions and 3 deletions
|
@ -2303,12 +2303,10 @@ void setupKitEnvironment()
|
|||
"userext:${${BRAND_BASE_DIR}/program/lounorc:UNO_USER_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini "
|
||||
#ifdef IOS
|
||||
"user:*${BRAND_BASE_DIR}/loolkitconfig.xcu "
|
||||
#else
|
||||
#if ENABLE_DEBUG // '*' denotes non-writable.
|
||||
#elif ENABLE_DEBUG && !defined(ANDROID) // '*' denotes non-writable.
|
||||
"user:*file://" DEBUG_ABSSRCDIR "/loolkitconfig.xcu "
|
||||
#else
|
||||
"user:*file://" LOOLWSD_CONFIGDIR "/loolkitconfig.xcu "
|
||||
#endif
|
||||
#endif
|
||||
);
|
||||
::setenv("CONFIGURATION_LAYERS", layers.c_str(),
|
||||
|
|
Loading…
Reference in a new issue