mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
fixing a small error in the armeabi selection
This commit is contained in:
parent
deb444bdda
commit
f40e51588b
@ -13,7 +13,7 @@ $(error Please setup the $(LOCAL_ENV_MK) - the default was just created')
|
||||
endif
|
||||
|
||||
ifndef ARM_TARGETS
|
||||
ARM_TARGETS=armeabi armeabi-v7a
|
||||
ARM_TARGETS="armeabi armeabi-v7a"
|
||||
endif
|
||||
|
||||
ANDROID_NDK_BASE = $(ANDROID_NDK_ROOT)
|
||||
|
@ -7,4 +7,4 @@ OPENCV_CONFIG=../build/android-opencv.mk
|
||||
ANDROID_NDK_ROOT=$(HOME)/android-ndk-r4-crystax
|
||||
|
||||
#define only armeabi-v7a to make the final apk smaller or armeabi
|
||||
ARM_TARGETS=armeabi armeabi-v7a
|
||||
ARM_TARGETS="armeabi armeabi-v7a"
|
Loading…
Reference in New Issue
Block a user