Home | History | Annotate | Download | only in library

Lines Matching refs:txt

23 uiautomator_internal_api_file := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/uiautomator_api.txt
25 $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/uiautomator_removed_api.txt
77 $(patsubst $(uiautomator_api_dir)/%.txt,%, $(wildcard $(uiautomator_api_dir)/*.txt)) \
88 $(uiautomator_api_dir)/$(last_released_sdk_version).txt, \
90 $(uiautomator_api_dir)/removed.txt, \
93 cat $(LOCAL_PATH)/apicheck_msg_last.txt, \
107 $(uiautomator_api_dir)/current.txt, \
109 $(uiautomator_api_dir)/removed.txt, \
112 cat $(LOCAL_PATH)/apicheck_msg_current.txt, \
120 @echo Copying uiautomator current.txt
121 $(hide) $(ACP) $< $(PRIVATE_API_DIR)/current.txt
122 @echo Copying uiautomator removed.txt
123 $(hide) $(ACP) $(PRIVATE_REMOVED_API_FILE) $(PRIVATE_API_DIR)/removed.txt