summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2010-01-27 17:29:35 -0800
committerAmith Yamasani <yamasani@google.com>2010-01-27 17:29:35 -0800
commit7a722cbfc8bbb8a7b260895266a0fd3a9baf1994 (patch)
treece2d7abb0242fa73770bcde2a790400e9441a88e /Android.mk
parent4fc0193879f0bccb69f1020129190f760c88a6bc (diff)
downloadandroid_packages_inputmethods_LatinIME-7a722cbfc8bbb8a7b260895266a0fd3a9baf1994.tar.gz
android_packages_inputmethods_LatinIME-7a722cbfc8bbb8a7b260895266a0fd3a9baf1994.tar.bz2
android_packages_inputmethods_LatinIME-7a722cbfc8bbb8a7b260895266a0fd3a9baf1994.zip
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.
Diffstat (limited to 'Android.mk')
-rwxr-xr-xAndroid.mk3
1 files changed, 3 insertions, 0 deletions
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