From db84e0318cbbfa364abb364d961cb5e0d6015012 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Wed, 17 Feb 2010 14:42:51 -0800 Subject: Remove dependency on google-common library. Copied the newArrayList method over to LatinIME. --- Android.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 5614e8f03..ee1a82adb 100755 --- a/Android.mk +++ b/Android.mk @@ -17,6 +17,5 @@ LOCAL_STATIC_JAVA_LIBRARIES := android-common #LOCAL_SDK_VERSION := current -LOCAL_STATIC_JAVA_LIBRARIES := google-common android-common include $(BUILD_PACKAGE) include $(LOCAL_PATH)/dictionary/Android.mk -- cgit v1.2.3-83-g751a