Commit f40e5158 authored by Ethan Rublee's avatar Ethan Rublee

fixing a small error in the armeabi selection

parent deb444bd
...@@ -13,7 +13,7 @@ $(error Please setup the $(LOCAL_ENV_MK) - the default was just created') ...@@ -13,7 +13,7 @@ $(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)
......
...@@ -7,4 +7,4 @@ OPENCV_CONFIG=../build/android-opencv.mk ...@@ -7,4 +7,4 @@ OPENCV_CONFIG=../build/android-opencv.mk
ANDROID_NDK_ROOT=$(HOME)/android-ndk-r4-crystax ANDROID_NDK_ROOT=$(HOME)/android-ndk-r4-crystax
#define only armeabi-v7a to make the final apk smaller or armeabi #define only armeabi-v7a to make the final apk smaller or armeabi
ARM_TARGETS=armeabi armeabi-v7a ARM_TARGETS="armeabi armeabi-v7a"
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment