5c159626c6
It has been way too common for people to accidentally have a javac from JDK 7 create class files that are of the newest version, which older JREs and Android's dex then don't understand. As many of the distro-configs files specified --with-java-target-version=1.5 anyway, let's just hardcode that for now. Change-Id: I0853820dc56a062f053b5c2c30097bf1ff3798c1 |
||
---|---|---|
.. | ||
LibreOfficeAndroid.conf | ||
LibreOfficeAndroidX86.conf | ||
LibreOfficeiOS.conf | ||
LibreOfficeLinux.conf | ||
LibreOfficeMacOSX.conf | ||
LibreOfficeMinGW.conf | ||
LibreOfficeOpenBSD.conf | ||
LibreOfficeWin32.conf | ||
LibreOfficeWin64.conf | ||
OxygenOfficeLinux.conf | ||
OxygenOfficeWin32.conf | ||
README |
Pre-canned distribution / platform configurations When the software is configured for a platform, since we run on so many platforms, detecting the best sequence of configure options to get it building is hard. Instead we have a text file containing the recommended (often the distributed) version of these parameters, one per distribution or significant platform. These are interpreted by autogen.sh and eventually end up passed to configure. Thus: ./autogen.sh --with-distro=LibreOfficeAndroid might build a version tweaked for Android.