forked from openkylin/platform_build
merge from open-source master
Change-Id: I3b89fb8a09f7c3e1a23695572bca33751626542d
This commit is contained in:
commit
d05a47c00e
|
@ -112,7 +112,7 @@ $(word 3, 3, $(call default-locale, $(1)))
|
|||
endef
|
||||
|
||||
BUILDINFO_SH := build/tools/buildinfo.sh
|
||||
$(INSTALLED_BUILD_PROP_TARGET): $(BUILDINFO_SH) $(INTERNAL_BUILD_ID_MAKEFILE)
|
||||
$(INSTALLED_BUILD_PROP_TARGET): $(BUILDINFO_SH) $(INTERNAL_BUILD_ID_MAKEFILE) $(wildcard $(TARGET_DEVICE_DIR)/system.prop)
|
||||
@echo Target buildinfo: $@
|
||||
@mkdir -p $(dir $@)
|
||||
$(hide) TARGET_BUILD_TYPE="$(TARGET_BUILD_VARIANT)" \
|
||||
|
|
Loading…
Reference in New Issue