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
1 changed files with 4 additions and 3 deletions

View File

@ -1206,11 +1206,12 @@ BUILT_TESTS_ZIP_PACKAGE := $(intermediates)/$(name).zip
$(BUILT_TESTS_ZIP_PACKAGE): intermediates := $(intermediates)
$(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.
$(BUILT_TESTS_ZIP_PACKAGE): \
$(BUILT_SYSTEMIMAGE) \
$(INSTALLED_USERDATAIMAGE_TARGET) \
$(FULL_SYSTEMIMAGE_DEPS) \
$(INTERNAL_USERDATAIMAGE_FILES) \
| $(ACP)
@echo "Package test files: $@"
$(hide) rm -rf $@ $(zip_root)