diff --git a/apps/Development/Android.mk b/apps/Development/Android.mk index fa929b6c3..1cef54881 100644 --- a/apps/Development/Android.mk +++ b/apps/Development/Android.mk @@ -3,7 +3,6 @@ include $(CLEAR_VARS) LOCAL_MODULE_TAGS := eng -LOCAL_STATIC_JAVA_LIBRARIES := android-common LOCAL_JAVA_LIBRARIES := android.test.runner LOCAL_SRC_FILES := $(call all-subdir-java-files) \ diff --git a/apps/Development/src/com/android/development/PointerLocation.java b/apps/Development/src/com/android/development/PointerLocation.java index 88828b095..a8b64e3e8 100644 --- a/apps/Development/src/com/android/development/PointerLocation.java +++ b/apps/Development/src/com/android/development/PointerLocation.java @@ -16,7 +16,7 @@ package com.android.development; -import com.android.common.ui.PointerLocationView; +import com.android.internal.widget.PointerLocationView; import android.app.Activity; import android.os.Bundle;