diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-03-19 16:58:03 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-03-19 16:58:03 +0100 |
commit | d56fb2371e6499b06e5c0f4e2dff105a6e5c7a4a (patch) | |
tree | ea60e5305a117d8c36b266399d255f5eff0bd491 | |
parent | 79fc2dd6cee6f2dcc21080cded2dc320cb891505 (diff) |
add paragraph about disabling google breakcode
--HG--
extra : rebase_source : 6f58bf8db2ac1f2b92ae9ce5f19849377360ed6c
-rw-r--r-- | README.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,10 +4,11 @@ See the file todo.txt for ideas/not yet implemented features (and the bug track Build instraction: -Checkout google breakcode: +Disable Google breakcode (WITH_BREAKPAD=0 in jni/Android.mk) or checkout google breakcode svn co http://google-breakpad.googlecode.com/svn/trunk/ google-breakpad + - Install sdk - Install ndk (Version 8d gives strange linker errors, use 8b for now) |