SystemUITests: fix compile error
Add org.cyanogenmod.platform.internal and uicommon to LOCAL_STATIC_JAVA_LIBRARIES to fix the following compile error: ERROR: /cyanogenmod/cm14.1/frameworks/base/packages/SystemUI/tests/../src/com/android/systemui/statusbar/phone/KeyguardBouncer.java:41: The import org.cyanogenmod cannot be resolved ERROR: /cyanogenmod/cm14.1/frameworks/base/packages/SystemUI/tests/../src/com/android/systemui/statusbar/phone/KeyguardBouncer.java:60: CmLockPatternUtils cannot be resolved to a type ERROR: /cyanogenmod/cm14.1/frameworks/base/packages/SystemUI/tests/../src/com/android/systemui/statusbar/phone/KeyguardBouncer.java:86: CmLockPatternUtils cannot be resolved to a type ERROR: /cyanogenmod/cm14.1/frameworks/base/packages/SystemUI/tests/../src/com/android/systemui/statusbar/phone/KeyguardBouncer.java:86: CmLockPatternUtils cannot be resolved to a type ERROR: /cyanogenmod/cm14.1/frameworks/base/packages/SystemUI/tests/../src/com/android/systemui/statusbar/phone/KeyguardBouncer.java:270: CmLockPatternUtils cannot be resolved to a type ERROR: /cyanogenmod/cm14.1/frameworks/base/packages/SystemUI/tests/../src/com/android/systemui/statusbar/phone/KeyguardBouncer.java:290: CmLockPatternUtils cannot be resolved to a type ERROR: /cyanogenmod/cm14.1/frameworks/base/packages/SystemUI/tests/../src/com/android/systemui/BatteryMeterDrawable.java:54: The import org.cyanogenmod cannot be resolved ERROR: /cyanogenmod/cm14.1/frameworks/base/packages/SystemUI/tests/../src/com/android/systemui/BatteryMeterDrawable.java:135: StopMotionVectorDrawable cannot be resolved to a type ERROR: /cyanogenmod/cm14.1/frameworks/base/packages/SystemUI/tests/../src/com/android/systemui/BatteryMeterDrawable.java:433: StopMotionVectorDrawable cannot be resolved to a type ERROR: /cyanogenmod/cm14.1/frameworks/base/packages/SystemUI/tests/../src/com/android/systemui/BatteryMeterDrawable.java:433: StopMotionVectorDrawable cannot be resolved to a type ERROR: /cyanogenmod/cm14.1/frameworks/base/packages/SystemUI/tests/../src/com/android/systemui/BatteryMeterDrawable.java:479: StopMotionVectorDrawable cannot be resolved to a type ERROR: /cyanogenmod/cm14.1/frameworks/base/packages/SystemUI/tests/../src/com/android/systemui/BatteryMeterDrawable.java:479: StopMotionVectorDrawable cannot be resolved to a type ERROR: /cyanogenmod/cm14.1/frameworks/base/packages/SystemUI/tests/../src/com/android/systemui/BatteryMeterDrawable.java:624: StopMotionVectorDrawable cannot be resolved to a type Change-Id: Id0c0601bdc63dfc6f96d14b69ed7a07581b61a44
Loading
Please register or sign in to comment