Fix for ICS issue with native libs
This commit is contained in:
parent
94e24a5230
commit
d5cee9f44d
2 changed files with 2 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -49,7 +49,6 @@ prepare-sources: prepare-ffmpeg prepare-ilbc prepare-vpx prepare-silk prepare-sr
|
|||
|
||||
generate-libs:
|
||||
$(NDK_PATH)/ndk-build BUILD_SILK=1 -j$(NUMCPUS)
|
||||
rm $(TOPDIR)/libs/armeabi/liblinphone.so
|
||||
|
||||
update-project:
|
||||
$(SDK_PATH)/android update project --path .
|
||||
|
|
|
@ -116,8 +116,9 @@ ifeq ($(BUILD_SRTP), 1)
|
|||
include $(linphone-root-dir)/submodules/externals/build/srtp/Android.mk
|
||||
endif
|
||||
|
||||
|
||||
ifeq ($(TARGET_ARCH_ABI), armeabi-v7a)
|
||||
include $(linphone-root-dir)/submodules/linphone/build/android/Android.mk
|
||||
endif
|
||||
include $(linphone-root-dir)/submodules/linphone/build/android/Android-no-neon.mk
|
||||
|
||||
_BUILD_AMR=0
|
||||
|
|
Loading…
Reference in a new issue