Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android/jni/Application.mk

Issue 29377054: Issue 4942 - Failed to build due to "sorry, unimplemented: mangling dotstar_expr" (Closed)
Patch Set: Created Feb. 28, 2017, 8:48 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld