ref: a893e2231152216d5a6cd262a153f17d2ee1eb50
parent: 711f5cabe727eeff386dc2d25d5c2e5f7f6d6785
parent: a2b727fb6bf43edfae9846c1fd6f2625f32ede85
author: huili2 <huili2@cisco.com>
date: Fri Aug 15 05:12:06 EDT 2014
Merge pull request #1266 from mstorsjo/fix-readme Stop referring to a removed make variable
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@
'make OS=android NDKROOT=**ANDROID_NDK** TARGET= **ANDROID_TARGET**'
Valid **ANDROID_TARGET** can be found in **ANDROID_SDK**/platforms, such as android-12.
-You can also set ARCH, NDKLEVEL, GCCVERSION according to your device and NDK version.
+You can also set ARCH, NDKLEVEL according to your device and NDK version.
ARCH specifies the architecture of android device. Currently only arm and x86 are supported, the default is arm.
NDKLEVEL specifies android api level, the api level can be 12-19, the default is 12.