fixing a small error in the armeabi selection
authorEthan Rublee <no@email>
Sat, 27 Nov 2010 09:07:57 +0000 (09:07 +0000)
committerEthan Rublee <no@email>
Sat, 27 Nov 2010 09:07:57 +0000 (09:07 +0000)
android/apps/CVCamera/Makefile
android/apps/CVCamera/sample.local.env.mk

index f1861aa..7beb94c 100644 (file)
@@ -12,7 +12,7 @@ $(info gedit $(LOCAL_ENV_MK))
 $(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)
 
index d20c1b0..b0cf78f 100644 (file)
@@ -1,4 +1,4 @@
 #location of android-opencv port of OpenCV to android
 OPENCV_CONFIG=../../build/android-opencv.mk
 ANDROID_NDK_ROOT=$(HOME)/android-ndk-r4-crystax
-ARM_TARGETS=armeabi armeabi-v7a
+ARM_TARGETS="armeabi armeabi-v7a"