Skip to content

Commit

Permalink
include armeabi-v7a build in jni
Browse files Browse the repository at this point in the history
  • Loading branch information
vihtap committed Oct 14, 2013
1 parent 90934f8 commit 76f5f48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jni/Android.mk
Expand Up @@ -85,7 +85,7 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(BV16)/bvcommon $(LOCAL_PATH)/$(BV16)/bv16 $(
#LOCAL_CFLAGS = -O3 -DWMOPS=0 -DG192BITSTREAM=0
include $(BUILD_SHARED_LIBRARY)


include $(CLEAR_VARS)
SILK := silk
LOCAL_MODULE := silkcommon
LOCAL_SRC_FILES := $(SILK)/src/SKP_Silk_A2NLSF.c \
Expand Down
3 changes: 2 additions & 1 deletion jni/Application.mk
@@ -1,4 +1,4 @@
APP_PROJECT_PATH := $(call my-dir)
#APP_PROJECT_PATH := $(call my-dir)
APP_MODULES := OSNetworkSystem
APP_MODULES += speex_jni
APP_MODULES += bv16_jni
Expand All @@ -11,3 +11,4 @@ APP_MODULES += gsm_jni

APP_OPTIM := release
APP_CFLAGS += -O3
APP_ABI := armeabi armeabi-v7a

0 comments on commit 76f5f48

Please sign in to comment.