aboutsummaryrefslogtreecommitdiff
path: root/README.android
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2015-07-07 11:43:23 -0700
committerChristopher Wiley <wiley@google.com>2015-07-07 11:43:23 -0700
commit5142b74f25682b507a25464532824b5e612601db (patch)
treecaef7e6ed1b5ae8d7521dd8ebb49125d3cf08c3d /README.android
parent9d5e194eb7ac0ef949924f45a6142a6684d49c03 (diff)
downloadlibevent-5142b74f25682b507a25464532824b5e612601db.tar.gz
Use the threadsafe gethostbyname_r
While here, fix up some erroneous comments in README.android. Bug: 22229743 Change-Id: Ie62d48e0a06f914c3139640f48360afc35213c97
Diffstat (limited to 'README.android')
-rw-r--r--README.android4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.android b/README.android
index 98eb0d5..d9a4fa4 100644
--- a/README.android
+++ b/README.android
@@ -29,7 +29,7 @@ NDK_ROOT="${BRANCH_ROOT}/prebuilts/ndk/current/platforms/android-21/arch-arm64/u
CFLAGS="-nostdlib
-Wl,-rpath-link=${BRANCH_ROOT}/out/target/product/hammerhead/obj/lib
-L${BRANCH_ROOT}/out/target/product/hammerhead/obj/lib
- -I${BRANCH_ROOT}/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include"
- LIBS="-lc "
+ -I${BRANCH_ROOT}/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include" \
+ LIBS="-lc "
Note that I built hammerhead first and used prebuilts from the most recent NDK.