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

Unified Diff: jni/Application.mk

Issue 5697499218051072: Usage of new API, cleanups (reduced) (Closed)
Patch Set: Created April 11, 2014, 1:31 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
Index: jni/Application.mk
diff --git a/jni/Application.mk b/jni/Application.mk
index 8507100116864b002f79b12b258dbc34a88a4d81..5710d367bc3b8e008b364eb5a9d770b3b8600f6d 100755
--- a/jni/Application.mk
+++ b/jni/Application.mk
@@ -1,4 +1,4 @@
APP_STL := gnustl_static
APP_CPPFLAGS := -fexceptions
-APP_ABI := armeabi
-APP_PLATFORM := android-7
+APP_ABI := armeabi #-v7a
Felix Dahlke 2014/04/16 15:24:25 What's this comment for?
René Jeschke 2014/04/16 17:51:47 Removed.
+APP_PLATFORM := android-7

Powered by Google App Engine
This is Rietveld