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

Unified Diff: jni/Application.mk

Issue 29329928: Issue 3297 - Fix issues introduced by recent libadblockplus changes and update dependencies (Closed)
Patch Set: MinSDK and copy'n'paste Created Nov. 20, 2015, 12:19 p.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 | « jni/Android.mk ('k') | jni/JniCallbacks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jni/Application.mk
diff --git a/jni/Application.mk b/jni/Application.mk
index eafe0164602f89c32bfd38e0191379aa095086d4..ac8c9aad0df71fbe30350d9afc61073631be0e0c 100755
--- a/jni/Application.mk
+++ b/jni/Application.mk
@@ -1,4 +1,4 @@
-APP_STL := gnustl_static
+APP_STL := c++_static
APP_CPPFLAGS := -fexceptions
-APP_ABI := armeabi
-APP_PLATFORM := android-7
+APP_ABI := armeabi-v7a
+APP_PLATFORM := android-9
« no previous file with comments | « jni/Android.mk ('k') | jni/JniCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld