summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-12-06 13:28:15 -0800
committerMindy Pereira <mindyp@google.com>2011-12-06 14:20:09 -0800
commit88a84db210d5e3ad5ea8c1f75c55c3175afcf46c (patch)
tree24dd1f77765995fab373bd4fdfa2f069bf24911d /Android.mk
parentc0c011f0503af651769d686aad7bf2927e0242b1 (diff)
downloadandroid_packages_apps_ExactCalculator-88a84db210d5e3ad5ea8c1f75c55c3175afcf46c.tar.gz
android_packages_apps_ExactCalculator-88a84db210d5e3ad5ea8c1f75c55c3175afcf46c.tar.bz2
android_packages_apps_ExactCalculator-88a84db210d5e3ad5ea8c1f75c55c3175afcf46c.zip
Make the Calculator edit text field speak the correctly mathematical content.
Previously: 7x9 would be read as "7EX9" when you really want "7 multiplied by 9" Change-Id: I6fd3c1e3d0a40ca8700c10227edbdb445dbb7743
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 4e4f40e..90f5b5f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,7 +19,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
-LOCAL_STATIC_JAVA_LIBRARIES := libarity android-support-v4
+LOCAL_STATIC_JAVA_LIBRARIES := libarity android-support-v4 guava
LOCAL_SRC_FILES := $(call all-java-files-under, src)