summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2013-09-20 17:12:09 -0700
committerGuang Zhu <guangzhu@google.com>2013-09-20 18:17:52 -0700
commit9d2fa9a50b4016541c40b51c00b4b745665cfaa5 (patch)
tree207e17d74b78005c4265b242750dd12b6c6df936
parentb6bcdebde2bb031ad2e9b20cdf68ce5a3718048a (diff)
downloaduiautomator-9d2fa9a50b4016541c40b51c00b4b745665cfaa5.tar.gz
makefile clean
* remove unused lines Bug: 10793010 Change-Id: I74843f6c4ee040cb6f2df8c0ff4c8a0168d6d93f
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index d176d69..df9a5d6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,7 +18,6 @@ LOCAL_PATH:= $(call my-dir)
uiautomator.core_src_files := $(call all-java-files-under, testrunner) \
$(call all-java-files-under, core)
-#uiautomator.core_java_libraries := android.test.runner core-junit
uiautomator_internal_api_file := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/uiautomator_api.txt
@@ -26,7 +25,6 @@ uiautomator_internal_api_file := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/ui
# Build core library
include $(CLEAR_VARS)
-#LOCAL_MODULE_TAGS := tests
LOCAL_SRC_FILES := $(uiautomator.core_src_files)
LOCAL_MODULE := uiautomator
LOCAL_SDK_VERSION := current
@@ -40,7 +38,6 @@ include $(BUILD_STATIC_JAVA_LIBRARY)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(uiautomator.core_src_files)
LOCAL_SDK_VERSION := current
-#LOCAL_JAVA_LIBRARIES := $(uiautomator.core_java_libraries)
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
LOCAL_DROIDDOC_SOURCE_PATH := $(LOCAL_PATH)/core \
$(LOCAL_PATH)/testrunner
@@ -66,7 +63,6 @@ $(uiautomator_internal_api_file) : $(full_target)
include $(CLEAR_VARS)
LOCAL_MODULE := android_uiautomator
LOCAL_SDK_VERSION := current
-#LOCAL_JAVA_LIBRARIES := $(uiautomator.core_java_libraries)
LOCAL_SOURCE_FILES_ALL_GENERATED := true
include $(BUILD_STATIC_JAVA_LIBRARY)
# Make sure to run droiddoc first to generate the stub source files.