Home | History | Annotate | Download | only in library

Lines Matching refs:api

45     -api $(uiautomator_internal_api_file)
68 # API check
70 uiautomator_api_dir := frameworks/testing/uiautomator/api
81 # Check that the API we're building hasn't broken the last-released SDK version.
82 $(eval $(call check-api, \
97 # Check that the API we're building hasn't changed from the not-yet-released
99 $(eval $(call check-api, \
108 .PHONY: update-uiautomator-api
109 update-uiautomator-api: PRIVATE_API_DIR := $(uiautomator_api_dir)
110 update-uiautomator-api: $(uiautomator_internal_api_file) | $(ACP)