summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-08-07 23:29:05 +0200
committerArne Schwabe <arne@rfc2549.org>2013-08-07 23:29:05 +0200
commit89fbc2e73b78fb7aaaf3cfbe95185d5f8f1e3cf1 (patch)
tree8e8ba4def76bede94806ceee87ea67e92bf115b8 /doc
parent98e81a04548eda145c2cabf8d3a7bd24b74b3971 (diff)
Fix compiling with Android NDK r9
Diffstat (limited to 'doc')
-rw-r--r--doc/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.txt b/doc/README.txt
index 7dac5c05..d3b385ab 100644
--- a/doc/README.txt
+++ b/doc/README.txt
@@ -10,7 +10,7 @@ svn co http://google-breakpad.googlecode.com/svn/trunk/ google-breakpad
- Install sdk
-- Install ndk (Versions 8c+ give strange linker errors, use 8b for now)
+- Install ndk (Version r9 is tested and used by me)
- Make sure that ndk-build is in your build path.
Do ./misc/build-native.(sh|bat) in the root directory of the project.