summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Hair <allenhair@google.com>2013-11-14 17:56:11 -0800
committerAllen Hair <allenhair@google.com>2013-11-14 17:56:11 -0800
commit4e84bd80c7c3b9bcc31e7b0dc43609d8d3d8e1e0 (patch)
treeaf5c44c87a9817e78c41ad71f6c307926bac8a36
parenta006b2db00f06a372cb141405f9b47484ea368b6 (diff)
downloaduiautomator-4e84bd80c7c3b9bcc31e7b0dc43609d8d3d8e1e0.tar.gz
Renamed targets to avoid collision with platform uiautomator.
Change-Id: Ia0fe97898722f371014d84c92259ee8b8166363f
-rw-r--r--Android.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/Android.mk b/Android.mk
index 933dd60..0812eae 100644
--- a/Android.mk
+++ b/Android.mk
@@ -77,7 +77,7 @@ checkapi_last_error_level_flags := \
# Check that the API we're building hasn't broken the last-released SDK version.
$(eval $(call check-api, \
- uiautomator-checkapi-last, \
+ ub-uiautomator-checkapi-last, \
$(uiautomator_api_dir)/$(last_released_sdk_version).txt, \
$(uiautomator_internal_api_file), \
$(checkapi_last_error_level_flags), \
@@ -94,7 +94,7 @@ checkapi_current_error_level_flags := \
# Check that the API we're building hasn't changed from the not-yet-released
# SDK version.
$(eval $(call check-api, \
- uiautomator-checkapi-current, \
+ ub-uiautomator-checkapi-current, \
$(uiautomator_api_dir)/current.txt, \
$(uiautomator_internal_api_file), \
$(checkapi_current_error_level_flags), \
@@ -102,9 +102,9 @@ $(eval $(call check-api, \
$(uiautomator_library), \
$(uiautomator_stubs_stamp)))
-.PHONY: update-uiautomator-api
-update-uiautomator-api: PRIVATE_API_DIR := $(uiautomator_api_dir)
-update-uiautomator-api: $(uiautomator_internal_api_file) | $(ACP)
+.PHONY: update-ub-uiautomator-api
+update-ub-uiautomator-api: PRIVATE_API_DIR := $(uiautomator_api_dir)
+update-ub-uiautomator-api: $(uiautomator_internal_api_file) | $(ACP)
@echo Copying uiautomator current.txt
$(hide) $(ACP) $< $(PRIVATE_API_DIR)/current.txt