diff options
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/CPAndroid.conf | 4 | ||||
-rw-r--r-- | distro-configs/CPAndroidAarch64.conf | 4 | ||||
-rw-r--r-- | distro-configs/CPAndroidBranding.conf | 12 |
3 files changed, 20 insertions, 0 deletions
diff --git a/distro-configs/CPAndroid.conf b/distro-configs/CPAndroid.conf new file mode 100644 index 000000000000..5aaeabedc03c --- /dev/null +++ b/distro-configs/CPAndroid.conf @@ -0,0 +1,4 @@ +# Use LibreOfficeAndroid.conf as the base +INCLUDE:LibreOfficeAndroid +# Add the CP stuff +INCLUDE:CPAndroidBranding diff --git a/distro-configs/CPAndroidAarch64.conf b/distro-configs/CPAndroidAarch64.conf new file mode 100644 index 000000000000..5cef2d518cd1 --- /dev/null +++ b/distro-configs/CPAndroidAarch64.conf @@ -0,0 +1,4 @@ +# Use LibreOfficeAndroidAarch64.conf as the base +INCLUDE:LibreOfficeAndroidAarch64 +# Add the CP stuff +INCLUDE:CPAndroidBranding diff --git a/distro-configs/CPAndroidBranding.conf b/distro-configs/CPAndroidBranding.conf new file mode 100644 index 000000000000..7c2f898b4105 --- /dev/null +++ b/distro-configs/CPAndroidBranding.conf @@ -0,0 +1,12 @@ +# CP specific stuff +--build=x86_64-unknown-linux-gnu +--disable-odk +--enable-android-lok +--with-android-api-level=21 +--with-android-package-name=com.collabora.libreoffice +--with-vendor=Collabora +--disable-scripting-beanshell +--disable-scripting-javascript +--with-lang=de en-US es pt-BR +--with-myspell-dicts +--enable-release-build |