summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/tests/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/tests/Android.mk')
-rw-r--r--packages/SystemUI/tests/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/SystemUI/tests/Android.mk b/packages/SystemUI/tests/Android.mk
index 7392869..25581e3 100644
--- a/packages/SystemUI/tests/Android.mk
+++ b/packages/SystemUI/tests/Android.mk
@@ -33,7 +33,9 @@ LOCAL_PACKAGE_NAME := SystemUITests
LOCAL_STATIC_JAVA_LIBRARIES := mockito-target Keyguard
LOCAL_STATIC_JAVA_LIBRARIES += org.cyanogenmod.platform.internal \
android-support-v7-palette \
- android-support-v4
+ android-support-v4 \
+ uicommon
+
# sign this with platform cert, so this test is allowed to inject key events into
# UI it doesn't own. This is necessary to allow screenshots to be taken