[Libreoffice-commits] core.git: README.Android
Tor Lillqvist
tml at collabora.com
Wed Dec 18 02:42:50 PST 2013
README.Android | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
New commits:
commit 1371d07009b29539fe84595bf1a0c81afeb3eee5
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Dec 18 12:41:34 2013 +0200
Drop some obsolete stuff
Change-Id: Icc6bf58c295591347a3079d2a5312e1904e57060
diff --git a/README.Android b/README.Android
index 2bf1f44..3a78e76 100644
--- a/README.Android
+++ b/README.Android
@@ -44,12 +44,7 @@ know. But don't seem to be necessary on a real device anyway?
* Debugging
- Debugging is fun, the default NDK gdb (in v7) is busted, you
-need to download a new one from:
-
- http://code.google.com/p/mingw-and-ndk/
-
- Even this 'fixed' gdb is broken in the way that it can see
+ Some versions of the NDK had a broken gdb in the way that it can see
symbols only for shlibs that were already loaded when the debuggee was
attached, so you need to carefully guess where to put:
@@ -76,6 +71,9 @@ the file is truncated; check it out with adb shell ls -l /data/data/....
* Detailed explanation
+Note: the below talk about unit tests is obsolete; we no longer have
+any makefilery etc to build unit tests for Android.
+
Unit tests are the first thing we want to run on Android, to get some
idea how well, if at all, the basic LO libraries work. We want to
build even unit tests as normal Android apps, i.e. packaged as .apk
More information about the Libreoffice-commits
mailing list