diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-08-03 16:39:20 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-08-03 16:41:42 +0100 |
commit | e61e51ab96263072df21519c50adb38c4996405c (patch) | |
tree | c81aa96e3a02a81326c4d23de2b15669b87632c3 /distro-configs | |
parent | 7b75535e2891ff55f3c51f97f7dcb108f938e122 (diff) |
android: share more common Makefile pieces between a couple of users
Try to start consolidating the complexity here.
generate Application.mk to specify the required ABI
fold common distro-config pieces out of README
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeAndroid.conf | 2 | ||||
-rw-r--r-- | distro-configs/LibreOfficeAndroidX86.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/distro-configs/LibreOfficeAndroid.conf b/distro-configs/LibreOfficeAndroid.conf index d7890525796e..1f8b942aa8c0 100644 --- a/distro-configs/LibreOfficeAndroid.conf +++ b/distro-configs/LibreOfficeAndroid.conf @@ -22,3 +22,5 @@ --without-junit --without-ppds --without-stlport +--without-helppack-integration +--without-myspell-dicts diff --git a/distro-configs/LibreOfficeAndroidX86.conf b/distro-configs/LibreOfficeAndroidX86.conf index 44374b5d82e5..ef3b73e7dc85 100644 --- a/distro-configs/LibreOfficeAndroidX86.conf +++ b/distro-configs/LibreOfficeAndroidX86.conf @@ -23,3 +23,5 @@ --without-junit --without-ppds --without-stlport +--without-helppack-integration +--without-myspell-dicts |