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.
diff --git a/Android.mk b/Android.mk
index fd6c97e..c7dee0b 100755
--- a/Android.mk
+++ b/Android.mk
@@ -13,5 +13,8 @@
#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