Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c30e3aa5 authored by Khalid Zubair's avatar Khalid Zubair Committed by Gerrit Code Review
Browse files

SystemUITests: fix compile error

Add uicommon to LOCAL_STATIC_JAVA_LIBRARIES and fix the following
compile error.

ERROR: frameworks/base/packages/SystemUI/tests/../src/com/android/systemui/BatteryMeterView.java:51: The import org.cyanogenmod.graphics cannot be resolved
ERROR: frameworks/base/packages/SystemUI/tests/../src/com/android/systemui/BatteryMeterView.java:479: StopMotionVectorDrawable cannot be resolved to a type

Change-Id: If6c6e8909eeee2dd86816af801634b6f79a492d5
parent 971ea687
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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