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

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

Issue 29756808: Issue 6597 - Update libadblockplus dependency to revision hg:a11c50751bfd (Closed)
Patch Set: fixed versionCode Created April 20, 2018, 8:13 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 | « libadblockplus-android/jni/Android.mk ('k') | 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 ff1848585095bda1dadab28d660bb5288831e532..5e218a0aab873d601ab5a5c560d84935c00781c4 100755
--- a/libadblockplus-android/jni/Application.mk
+++ b/libadblockplus-android/jni/Application.mk
@@ -1,5 +1,5 @@
APP_STL := c++_static
-APP_CPPFLAGS := -fexceptions
+APP_CPPFLAGS := -fexceptions -std=c++14
APP_ABI := armeabi-v7a x86
-APP_PLATFORM := android-9
+APP_PLATFORM := android-16
NDK_TOOLCHAIN_VERSION := 4.9
« no previous file with comments | « libadblockplus-android/jni/Android.mk ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld