forked from openkylin/platform_build
Merge "Add system/build.prop dependency on vendor/bootimg"
This commit is contained in:
commit
b998054f50
|
@ -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 > $@
|
||||
|
|
Loading…
Reference in New Issue