diff options
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,9 @@ LOCAL_MODULE_TAGS := optional LOCAL_STATIC_JAVA_LIBRARIES := \ android-common \ - guava + guava \ + android-support-v13 \ + android-support-v4 \ LOCAL_SRC_FILES := \ $(call all-java-files-under, src) \ |