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:
Jean-Baptiste Queru 2010-11-04 10:57:36 -07:00 committed by Android Git Automerger
commit 9e5d44b796
1 changed files with 1 additions and 1 deletions

View File

@ -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)" \