commit | e6c5003278184c202833209164ddf1ae8c083f12 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Wed Mar 06 11:46:54 2013 -0800 |
committer | Jeff Sharkey <jsharkey@android.com> | Wed Mar 06 11:47:26 2013 -0800 |
tree | acea15d3172e631e38d0a91d055d9c37e13784f0 | |
parent | b805ceda30be33e663c708663e9d6b7bebfa0914 [diff] [blame] |
Remove guava dependency to speed up build. Change-Id: I4cee4b6324e72e94c1241e10f3cdc507d65512cd
diff --git a/Android.mk b/Android.mk index 738cea0..22c7143 100644 --- a/Android.mk +++ b/Android.mk
@@ -2,7 +2,7 @@ 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