forked from openkylin/platform_build
am 57723b52: Merge 7b393fd1
from open-source master
* commit '57723b52cdb446c751ba8e65fa060e7a4faf4907': Add version_defaults.mk to be a prerequisite of build.prop
This commit is contained in:
commit
9e5d44b796
|
@ -124,7 +124,7 @@ $(if $(product_property_overrides_locale_region),,$(word 2, $(call default-local
|
|||
endef
|
||||
|
||||
BUILDINFO_SH := build/tools/buildinfo.sh
|
||||
$(INSTALLED_BUILD_PROP_TARGET): $(BUILDINFO_SH) $(INTERNAL_BUILD_ID_MAKEFILE) $(wildcard $(TARGET_DEVICE_DIR)/system.prop)
|
||||
$(INSTALLED_BUILD_PROP_TARGET): $(BUILDINFO_SH) $(INTERNAL_BUILD_ID_MAKEFILE) $(BUILD_SYSTEM)/version_defaults.mk $(wildcard $(TARGET_DEVICE_DIR)/system.prop)
|
||||
@echo Target buildinfo: $@
|
||||
@mkdir -p $(dir $@)
|
||||
$(hide) TARGET_BUILD_TYPE="$(TARGET_BUILD_VARIANT)" \
|
||||
|
|
Loading…
Reference in New Issue