summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2011-05-30 16:19:56 -0700
committerJeff Sharkey <jsharkey@android.com>2011-06-09 09:26:30 -0700
commitab2d8d3a38857b8c155e6c6393c5821f5a341aae (patch)
treefe7fecb67b8300c245bbbfc0434fd3f45774d03c /Android.mk
parent32232fd9f2751b8618111831749ace5c9df021e8 (diff)
downloadpackages_apps_Settings-ab2d8d3a38857b8c155e6c6393c5821f5a341aae.zip
packages_apps_Settings-ab2d8d3a38857b8c155e6c6393c5821f5a341aae.tar.gz
packages_apps_Settings-ab2d8d3a38857b8c155e6c6393c5821f5a341aae.tar.bz2
Checkpoint of data usage UI, graphs and lists.
Chart of network usage over time, with draggable "sweep" bars for inspection region and warning/limits. Talks with NetworkStatsService for live data, and updates list of application usage as inspection region changes. Change-Id: I2a406e6776daf7d74143c07ec683c10fe711c277
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 83df136..b171dbd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,6 +1,8 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
+LOCAL_STATIC_JAVA_LIBRARIES := guava
+
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under, src)