Don't use stale NDK libraries for IA

IA builds will break (due to the bionic _dso_handle bug) if stale libraries are
used. For now, just guard the defns against IA builds.

Orig-Change-Id: Ic9df6e0de78a0e221b95370ba6f01ce07714edde
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
main
Bruce Beare 2010-12-27 12:26:01 -08:00 committed by David 'Digit' Turner
parent 52fbad8875
commit 462809d4ec
1 changed files with 2 additions and 0 deletions

View File

@ -8,8 +8,10 @@ LOCAL_SRC_FILES := \
src/dictionary.cpp \
src/char_utils.cpp
ifneq ($(TARGET_ARCH),x86)
LOCAL_NDK_VERSION := 4
LOCAL_SDK_VERSION := 8
endif
LOCAL_MODULE := libjni_latinime