summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/tests
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-01-13 10:08:23 -0500
committerJason Monk <jmonk@google.com>2015-02-02 11:33:17 -0500
commit2ba4ce6a064e29ee3415ff8c2b4a9bbcff937a6c (patch)
tree0a55272f05f142e8e545bf664f5550db70b6dacc /packages/SystemUI/tests
parentef15d3cf32965aa8965d0168db06446fdf3d60a2 (diff)
downloadframeworks_base-2ba4ce6a064e29ee3415ff8c2b4a9bbcff937a6c.zip
frameworks_base-2ba4ce6a064e29ee3415ff8c2b4a9bbcff937a6c.tar.gz
frameworks_base-2ba4ce6a064e29ee3415ff8c2b4a9bbcff937a6c.tar.bz2
Create SettingsLib
This will hold common code that SystemUI and Settings (and others) will share. Bug: 19180466 Change-Id: I6614b31d6c3b0a2d426a2aa8ce66725245339d22
Diffstat (limited to 'packages/SystemUI/tests')
-rw-r--r--packages/SystemUI/tests/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/Android.mk b/packages/SystemUI/tests/Android.mk
index 5a90324..6a7201c 100644
--- a/packages/SystemUI/tests/Android.mk
+++ b/packages/SystemUI/tests/Android.mk
@@ -36,4 +36,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := mockito-target Keyguard
# UI it doesn't own. This is necessary to allow screenshots to be taken
LOCAL_CERTIFICATE := platform
+include frameworks/base/packages/SettingsLib/common.mk
+
include $(BUILD_PACKAGE)