Merge pull request #789 from asmorkalov:android_na_mk_fix

This commit is contained in:
Andrey Kamaev 2013-04-09 13:14:21 +04:00 committed by OpenCV Buildbot
commit 71896544ca
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ include ../../sdk/native/jni/OpenCV.mk
LOCAL_MODULE := native_activity
LOCAL_SRC_FILES := native.cpp
LOCAL_LDLIBS := -lm -llog -landroid
LOCAL_LDLIBS += -lm -llog -landroid
LOCAL_STATIC_LIBRARIES := android_native_app_glue
include $(BUILD_SHARED_LIBRARY)

View File

@ -1,2 +1,4 @@
APP_ABI := armeabi-v7a
APP_STL := gnustl_static
APP_CPPFLAGS := -frtti -fexceptions
APP_PLATFORM := android-9