Merge "Generate product build props always" into rvc-dev
diff --git a/core/Makefile b/core/Makefile
index 42fe1a3..e94caa3 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -587,9 +587,7 @@
@echo Target product buildinfo: $@
@mkdir -p $(dir $@)
$(hide) echo > $@
-ifdef BOARD_USES_PRODUCTIMAGE
$(hide) $(call generate-common-build-props,product,$@)
-endif # BOARD_USES_PRODUCTIMAGE
$(hide) $(foreach file,$(product_prop_files), \
if [ -f "$(file)" ]; then \
echo Target product properties from: "$(file)"; \