summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2013-03-06 11:46:54 -0800
committerJeff Sharkey <jsharkey@android.com>2013-03-06 11:47:26 -0800
commite6c5003278184c202833209164ddf1ae8c083f12 (patch)
treeacea15d3172e631e38d0a91d055d9c37e13784f0 /Android.mk
parentb805ceda30be33e663c708663e9d6b7bebfa0914 (diff)
downloadpackages_apps_Settings-e6c5003278184c202833209164ddf1ae8c083f12.zip
packages_apps_Settings-e6c5003278184c202833209164ddf1ae8c083f12.tar.gz
packages_apps_Settings-e6c5003278184c202833209164ddf1ae8c083f12.tar.bz2
Remove guava dependency to speed up build.
Change-Id: I4cee4b6324e72e94c1241e10f3cdc507d65512cd
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 738cea0..22c7143 100644
--- a/Android.mk
+++ b/Android.mk
@@ -2,7 +2,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_JAVA_LIBRARIES := bouncycastle telephony-common
-LOCAL_STATIC_JAVA_LIBRARIES := guava android-support-v4 android-support-v13 jsr305
+LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 android-support-v13 jsr305
LOCAL_MODULE_TAGS := optional