From 9b195dda60bb2a072fcdc477206e223d60f8776c Mon Sep 17 00:00:00 2001 From: Ken Wakasa Date: Fri, 3 Sep 2010 22:43:10 +0900 Subject: [PATCH] Revert https://android-git.corp.google.com/g/#change,63791 as library loading issue seems to have been fixed now. bug: 2963855 Change-Id: Iafdfda801083f85126c443508755e3cc711fbf52 --- native/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/native/Android.mk b/native/Android.mk index e9ceceb71..b2944699c 100644 --- a/native/Android.mk +++ b/native/Android.mk @@ -8,8 +8,8 @@ LOCAL_SRC_FILES := \ src/dictionary.cpp \ src/char_utils.cpp -#LOCAL_NDK_VERSION := 4 -#LOCAL_SDK_VERSION := 8 +LOCAL_NDK_VERSION := 4 +LOCAL_SDK_VERSION := 8 LOCAL_MODULE := libjni_latinime