From d79a08f9fba06f3668f2b8812d064f5283039a1e Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 23 Mar 2017 22:09:06 -0700 Subject: [PATCH] Depend on (bs|img)diff for target-files-package add_img_to_target_files may use these to create the recovery patch, so add a dependency. They were previously a transitive dependency through the system image to the standalone recovery patch creation. Bug: 36575896 Test: rm out/host/linux-x86/bin/imgdiff; m -j target-files-package Change-Id: I2a43220e94c09393e88e1d9950032f5665a0d2ce --- core/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/Makefile b/core/Makefile index 3a0d343ec..74ffc9643 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1955,6 +1955,8 @@ $(BUILT_TARGET_FILES_PACKAGE): \ $(APKCERTS_FILE) \ $(SOONG_ZIP) \ $(HOST_OUT_EXECUTABLES)/fs_config \ + $(HOST_OUT_EXECUTABLES)/imgdiff \ + $(HOST_OUT_EXECUTABLES)/bsdiff \ $(BUILD_IMAGE_SRCS) \ | $(ACP) @echo "Package target files: $@"