fixing a small error in the armeabi selection

This commit is contained in:
Ethan Rublee 2010-11-27 09:07:57 +00:00
parent 78461db503
commit deb444bdda
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ $(info gedit $(LOCAL_ENV_MK))
$(error Please setup the $(LOCAL_ENV_MK) - the default was just created') $(error Please setup the $(LOCAL_ENV_MK) - the default was just created')
endif endif
ifndef ARM_TARGETS ifndef ARM_TARGETS
ARM_TARGETS=armeabi armeabi-v7a ARM_TARGETS="armeabi armeabi-v7a"
endif endif
ANDROID_NDK_BASE = $(ANDROID_NDK_ROOT) ANDROID_NDK_BASE = $(ANDROID_NDK_ROOT)

View File

@ -1,4 +1,4 @@
#location of android-opencv port of OpenCV to android #location of android-opencv port of OpenCV to android
OPENCV_CONFIG=../../build/android-opencv.mk OPENCV_CONFIG=../../build/android-opencv.mk
ANDROID_NDK_ROOT=$(HOME)/android-ndk-r4-crystax ANDROID_NDK_ROOT=$(HOME)/android-ndk-r4-crystax
ARM_TARGETS=armeabi armeabi-v7a ARM_TARGETS="armeabi armeabi-v7a"