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

Side by Side Diff: jni/Application.mk

Issue 29329928: Issue 3297 - Fix issues introduced by recent libadblockplus changes and update dependencies (Closed)
Patch Set: Created Nov. 10, 2015, 4:32 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 APP_STL := gnustl_static 1 APP_STL := c++_static
2 APP_CPPFLAGS := -fexceptions 2 APP_CPPFLAGS := -fexceptions
3 APP_ABI := armeabi 3 APP_ABI := armeabi-v7a
4 APP_PLATFORM := android-7 4 APP_PLATFORM := android-9
Felix Dahlke 2015/11/20 07:53:52 Shouldn't we update minSdkVersion in the manifest
René Jeschke 2015/11/20 12:19:15 Probably, yes. Did so now.
OLDNEW
« no previous file with comments | « jni/Android.mk ('k') | jni/JniCallbacks.h » ('j') | jni/JniFilterEngine.cpp » ('J')

Powered by Google App Engine
This is Rietveld