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

Commit 915f3516 authored by Steven Moreland's avatar Steven Moreland
Browse files

Fix INSTALLED_ -> BUILT_ missing refactor piece.

Some of the dependencies for target-files-package were
refactored but only partially. Since these are satisfied
by transitive dependencies, the problem wasn't noticed
earlier.

Bug: N/A
Test: target-files-package finds dependencies

Change-Id: Ibdd7587f87735148e55d3b9835478075b6547efc
parent 9b8fc9e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2370,8 +2370,8 @@ $(BUILT_TARGET_FILES_PACKAGE): \
		$(HOST_OUT_EXECUTABLES)/imgdiff \
		$(HOST_OUT_EXECUTABLES)/bsdiff \
		$(BUILD_IMAGE_SRCS) \
		$(INSTALLED_VENDOR_MANIFEST) \
		$(INSTALLED_VENDOR_MATRIX) \
		$(BUILT_VENDOR_MANIFEST) \
		$(BUILT_VENDOR_MATRIX) \
		| $(ACP)
	@echo "Package target files: $@"
	$(call create-system-vendor-symlink)