Commit e11b0b1b authored by fallenstardust's avatar fallenstardust

使用NDK r21

parent cb050736
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
#define HAVE_MODFF #define HAVE_MODFF
/* Define if we have the log2f function */ /* Define if we have the log2f function */
/* #undef HAVE_LOG2F */ #define HAVE_LOG2F
/* Define if we have the cbrtf function */ /* Define if we have the cbrtf function */
#define HAVE_CBRTF #define HAVE_CBRTF
......
...@@ -13,9 +13,7 @@ ndk编译环境(请用迅雷,旋风,或者翻墙vpn下载) ...@@ -13,9 +13,7 @@ ndk编译环境(请用迅雷,旋风,或者翻墙vpn下载)
Windows: https://dl.google.com/android/ndk/android-ndk-r9d-windows-x86_64.zip Windows: https://dl.google.com/android/ndk/android-ndk-r9d-windows-x86_64.zip
目前最新ndk 目前最新ndk
https://dl.google.com/android/repository/android-ndk-r15b-windows-x86_64.zip https://developer.android.google.cn/ndk/downloads/
https://dl.google.com/android/repository/android-ndk-r15b-darwin-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r15b-linux-x86_64.zip
重要 重要
--------------------------------------------- ---------------------------------------------
......
...@@ -27,6 +27,7 @@ android { ...@@ -27,6 +27,7 @@ android {
res.srcDirs = ['../libcore/src/main/res'] res.srcDirs = ['../libcore/src/main/res']
} }
} }
ndkVersion = '21.0.6113669'
} }
dependencies { dependencies {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment