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

Unified Diff: jni/Application.mk

Issue 11172036: ABP/Android libadblockplus integration (Closed)
Patch Set: Created July 22, 2013, 8:52 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
Index: jni/Application.mk
===================================================================
--- a/jni/Application.mk
+++ b/jni/Application.mk
@@ -1,3 +1,4 @@
-APP_STL := gnustl_static
-APP_CPPFLAGS := -fexceptions
-APP_ABI := armeabi
+APP_STL := gnustl_static
+APP_CPPFLAGS := -fexceptions
+APP_ABI := armeabi
Wladimir Palant 2013/09/12 11:31:14 Replace the tab by a space here?
+APP_PLATFORM := android-7

Powered by Google App Engine
This is Rietveld