Home | History | Annotate | Download | only in core

Lines Matching full:acp

638 $(installed_notice_html_gz): $(target_notice_file_html_gz) | $(ACP)
652 | $(ACP)
655 $(hide) $(ACP) $< $@
1040 $(INSTALLED_SYSTEMIMAGE): $(BUILT_SYSTEMIMAGE) $(RECOVERY_FROM_BOOT_PATCH) | $(ACP)
1340 $(BUILT_OTATOOLS_PACKAGE): $(OTATOOLS) | $(ACP)
1345 $(hide) $(ACP) -r -d -p build/tools/releasetools/* $(zip_root)/releasetools
1374 # The "ls -A" is to prevent "acp s/* d" from failing if s is empty.
1378 $(ACP) -rd $(strip $(1))/* $(2); \
1415 | $(ACP)
1424 $(hide) $(ACP) $(INSTALLED_KERNEL_TARGET) $(zip_root)/RECOVERY/kernel
1427 $(hide) $(ACP) \
1444 $(hide) $(ACP) $(INSTALLED_KERNEL_TARGET) $(zip_root)/BOOT/kernel
1447 $(hide) $(ACP) \
1461 $(ACP) $(t) $(zip_root)/RADIO/$(notdir $(t));)
1475 $(hide) $(ACP) $(INSTALLED_ANDROID_INFO_TXT_TARGET) $(zip_root)/OTA/
1476 $(hide) $(ACP) $(PRIVATE_OTA_TOOLS) $(zip_root)/OTA/bin/
1480 $(hide) $(ACP) $(APKCERTS_FILE) $(zip_root)/META/apkcerts.txt
1481 $(hide) if test -e $(tool_extensions)/releasetools.py; then $(ACP) $(tool_extensions)/releasetools.py $(zip_root)/META/; fi