mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
Use gcc-4.9 and android-16 API level for android build
This commit is contained in:
parent
7bbf209a02
commit
7e7b628cc2
1 changed files with 3 additions and 2 deletions
|
@ -362,7 +362,8 @@ environment variable which must fulfill the following conditions:
|
|||
|
||||
$NDK/build/tools/make-standalone-toolchain.sh \
|
||||
--install-dir=$ANDROID_HOME/toolchain \
|
||||
--toolchain=arm-linux-androideabi-4.8
|
||||
--toolchain=arm-linux-androideabi-4.9 \
|
||||
--platform=android-16
|
||||
|
||||
You may need to add ``--system=linux-x86_64`` to the above
|
||||
command-line for x86_64 Linux host.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue