| Index: libadblockplus-android/jni/Application.mk |
| =================================================================== |
| --- a/libadblockplus-android/jni/Application.mk |
| +++ b/libadblockplus-android/jni/Application.mk |
| @@ -2,3 +2,4 @@ |
| APP_CPPFLAGS := -fexceptions |
| APP_ABI := armeabi-v7a x86 |
| APP_PLATFORM := android-9 |
| +NDK_TOOLCHAIN_VERSION := 4.8 |
|
anton
2017/02/28 08:53:41
we could just use clang but since libadblockplus u
anton
2017/03/13 10:11:47
BTW i've just found that `clang` is used to build
diegocarloslima
2017/03/13 14:25:56
Since we're using clang on libadblockplus and gcc
sergei
2017/03/13 15:19:23
gcc is deprecated in the recent android NDK but ou
sergei
2017/03/13 15:40:19
BTW, I have just checked:
currently v8 is compile
|