commit | 7f61e96db7c90c1f4418359672aa4656aebee500 | [log] [tgz] |
---|---|---|
author | Adam Lesinski <adamlesinski@google.com> | Tue Sep 02 16:43:52 2014 -0700 |
committer | Adam Lesinski <adamlesinski@google.com> | Thu Sep 04 12:15:32 2014 -0700 |
tree | 6748f94db635e24c26a6a7236c444e2c0d906181 | |
parent | d400ca2f8db42e57e41f2a999833703619348fef [diff] [blame] |
Add Configuration changes to UsageStats Bug:17354208 Change-Id: I9b2f595e51b656607e30e798926cfb7e25134944
diff --git a/tests/UsageStatsTest/Android.mk b/tests/UsageStatsTest/Android.mk index 69fefeb..5f7467a 100644 --- a/tests/UsageStatsTest/Android.mk +++ b/tests/UsageStatsTest/Android.mk
@@ -6,6 +6,8 @@ # Only compile source java files in this apk. LOCAL_SRC_FILES := $(call all-java-files-under, src) +LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 + LOCAL_PACKAGE_NAME := UsageStatsTest include $(BUILD_PACKAGE)