[Libreoffice-commits] .: README.Android README.cross

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Nov 9 06:17:48 PST 2012


 README.Android |    6 +++++-
 README.cross   |    4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 09189c3facdc87c16bff5fdd2b03c27981891229
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Fri Nov 9 15:12:47 2012 +0100

    README.cross: yes, that list was almost enough
    
    Change-Id: I581fb38e3f3d24987dcf92e73caf736203fa9385

diff --git a/README.Android b/README.Android
index 04d1684..f86c872 100644
--- a/README.Android
+++ b/README.Android
@@ -9,7 +9,11 @@ reality...
 the data partition size right in the GUI, that is doomed to producing
 and AVD that doesn't work. Instead start it from the console:
 
-	emulator-arm -avd <Name> -partition-size 500
+	LD_LIBRARY_PATH=$(pwd)/lib emulator-arm -avd <Name> -partition-size 500
+
+In order to have proper acceleration, you need the 32-bit libGL.so:
+
+        sudo zypper in Mesa-libGL-devel-32bit
 
 	Where <Name> is the literal name of the AVD that you entered.
 
diff --git a/README.cross b/README.cross
index c57b14c..833e177 100644
--- a/README.cross
+++ b/README.cross
@@ -334,8 +334,8 @@ will probably drive you insane.
 
 You will also need the SDK as full "make" also builds a couple of
 Android apps (written in Java). Use the "android" tool from the SDK to
-install the SDK Tools, SDK Platform Tools, the API 14 SDK Platform,
-and the Android Support Library. (Hopefully that list is enough.)
+install the SDK Tools, SDK Platform Tools, the API 14 SDK Platform + ARM EABI
+v7a System Image, and the Android Support Library.
 
 Here is an autogen.lastrun for Android, when cross-compiling from Mac
 OS X 10.8 with Xcode 4.4.1:


More information about the Libreoffice-commits mailing list