Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 223c0f66 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Generate product build props always"

parents 6d412db1 1e6b3e78
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -406,9 +406,7 @@ $(INSTALLED_PRODUCT_BUILD_PROP_TARGET): $(BUILDINFO_COMMON_SH) $(POST_PROCESS_PR
	@echo Target product buildinfo: $@
	@mkdir -p $(dir $@)
	$(hide) rm -f $@ && touch $@
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)"; \