Remove BUILT_TESTS_ZIP_PACKAGE's dependency on the image files

Change-Id: I99baaeffe099e8fbb9789fb01b26a9a563e1e90d
This commit is contained in:
Ying Wang
2011-11-16 11:56:30 -08:00
parent c6e952fec1
commit c48696770f

View File

@@ -1206,11 +1206,12 @@ BUILT_TESTS_ZIP_PACKAGE := $(intermediates)/$(name).zip
$(BUILT_TESTS_ZIP_PACKAGE): intermediates := $(intermediates) $(BUILT_TESTS_ZIP_PACKAGE): intermediates := $(intermediates)
$(BUILT_TESTS_ZIP_PACKAGE): zip_root := $(intermediates)/$(name) $(BUILT_TESTS_ZIP_PACKAGE): zip_root := $(intermediates)/$(name)
# Depending on the images guarantees that the underlying # Depending on the dependencies of system image and userdata image.
# But we don't need to really create them.
# directories are up-to-date. # directories are up-to-date.
$(BUILT_TESTS_ZIP_PACKAGE): \ $(BUILT_TESTS_ZIP_PACKAGE): \
$(BUILT_SYSTEMIMAGE) \ $(FULL_SYSTEMIMAGE_DEPS) \
$(INSTALLED_USERDATAIMAGE_TARGET) \ $(INTERNAL_USERDATAIMAGE_FILES) \
| $(ACP) | $(ACP)
@echo "Package test files: $@" @echo "Package test files: $@"
$(hide) rm -rf $@ $(zip_root) $(hide) rm -rf $@ $(zip_root)