fixing a small error in the armeabi selection

This commit is contained in:
Ethan Rublee 2010-11-27 09:08:19 +00:00
parent deb444bdda
commit f40e51588b
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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"