From 915f35166f632cac1628777ea507f25207c4b133 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Thu, 25 Jan 2018 10:44:47 -0800 Subject: [PATCH] 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 --- core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Makefile b/core/Makefile index a3fbe33ab..bdbcbcd97 100644 --- a/core/Makefile +++ b/core/Makefile @@ -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)