summaryrefslogtreecommitdiff
path: root/README.Android
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-18 12:41:34 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-18 12:42:19 +0200
commit1371d07009b29539fe84595bf1a0c81afeb3eee5 (patch)
treea56566e78cacbff5eb6bec591cc334b25e6ac88a /README.Android
parent55ac75aab9c0368b1a46dd95d452ba37776fa44b (diff)
Drop some obsolete stuff
Change-Id: Icc6bf58c295591347a3079d2a5312e1904e57060
Diffstat (limited to 'README.Android')
-rw-r--r--README.Android10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.Android b/README.Android
index 2bf1f444f421..3a78e76462af 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