Skip to content
Snippets Groups Projects
Commit a2b727fb authored by Martin Storsjö's avatar Martin Storsjö
Browse files

Stop referring to a removed make variable

Nothing uses the make variable GCCVERSION any longer, since we just
query the NDK for the default compiler.
parent 681b1da6
Branches caf_migration/github/5.9.2
Tags v5.9.2
No related merge requests found
......@@ -64,7 +64,7 @@ The codec and demo can be built by
'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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment