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

Commit aea0819f authored by Devin Moore's avatar Devin Moore Committed by Gerrit Code Review
Browse files

Merge "Let assemble_vintf create the output fragments" into main

parents 8c656ae6 c33aec86
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -3203,8 +3203,9 @@ endef
define copy-vintf-manifest-checked
$(2): $(1) $(HOST_OUT_EXECUTABLES)/assemble_vintf
	@echo "Copy xml: $$@"
	$(hide) $(HOST_OUT_EXECUTABLES)/assemble_vintf -i $$< >/dev/null  # Don't print the xml file to stdout.
	$$(copy-file-to-target)
	$(hide) mkdir -p "$$(dir $$@)"
	$(hide) VINTF_IGNORE_TARGET_FCM_VERSION=true\
		$(HOST_OUT_EXECUTABLES)/assemble_vintf -i $$< -o $$@
endef

# Copies many vintf manifest files checked.