Kaydet (Commit) 1371d070 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Drop some obsolete stuff

Change-Id: Icc6bf58c295591347a3079d2a5312e1904e57060
üst 55ac75aa
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment