Merge "Add system/build.prop dependency on vendor/bootimg"

This commit is contained in:
Andres Morales 2015-02-06 18:11:29 +00:00 committed by Gerrit Code Review
commit b998054f50
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ endif
INSTALLED_BOOTIMAGE_BUILD_PROP_TARGET := $(TARGET_ROOT_OUT)/build.prop
ALL_DEFAULT_INSTALLED_MODULES += $(INSTALLED_BOOTIMAGE_BUILD_PROP_TARGET)
$(INSTALLED_BOOTIMAGE_BUILD_PROP_TARGET):
$(INSTALLED_BOOTIMAGE_BUILD_PROP_TARGET): $(INSTALLED_BUILD_PROP_TARGET)
@echo Target bootimage buildinfo: $@
@mkdir -p $(dir $@)
$(hide) echo > $@