From 7a722cbfc8bbb8a7b260895266a0fd3a9baf1994 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Wed, 27 Jan 2010 17:29:35 -0800 Subject: Unbundling phase 1. Removed dependency on mScrollX which is a hidden field. Added some required static libraries. TODO: When BackupManager is ready, make sure we don't use any private APIs from there. --- Android.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index fd6c97ede..c7dee0b5f 100755 --- a/Android.mk +++ b/Android.mk @@ -13,5 +13,8 @@ LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime #LOCAL_AAPT_FLAGS := -0 .dict +#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