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: using gcc 4.9 Created March 17, 2017, 10:34 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
diff --git a/libadblockplus-android/jni/Application.mk b/libadblockplus-android/jni/Application.mk
index aa0b6469070f1d316006244f81aa441c097d6b38..ff1848585095bda1dadab28d660bb5288831e532 100755
--- a/libadblockplus-android/jni/Application.mk
+++ b/libadblockplus-android/jni/Application.mk
@@ -1,4 +1,5 @@
APP_STL := c++_static
APP_CPPFLAGS := -fexceptions
APP_ABI := armeabi-v7a x86
-APP_PLATFORM := android-9
+APP_PLATFORM := android-9
+NDK_TOOLCHAIN_VERSION := 4.9
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld