Pointer location in framework, no longer need to link common.
This commit is contained in:
@@ -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) \
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user