From 1710a2efc76ee2adfd4d03a82f2580b752553a95 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Wed, 27 Apr 2022 15:41:13 +0000 Subject: [PATCH] Remove non-existing dependency We have removed the system-images sdk zip, so remove the tracking of it as a dependency for the addon. Bug: 205008975 Test: presubmit Change-Id: I14e47d6418f355c6c7db7444a25c3030f36a3f92 --- build/tools/sdk_repo.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/tools/sdk_repo.mk b/build/tools/sdk_repo.mk index c40dc085b..febd8fda1 100644 --- a/build/tools/sdk_repo.mk +++ b/build/tools/sdk_repo.mk @@ -127,9 +127,6 @@ endef ifneq ($(filter sdk,$(MAKECMDGOALS)),) -SDK_SYSIMG_DEPS += \ - $(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),system-images) \ - # All these go in the main repository.xml $(eval $(call mk-sdk-repo-pkg-1,SDK_REPO_XML_ARGS,$(HOST_OS),$(MAIN_SDK_ZIP),docs)) $(eval $(call mk-sdk-repo-pkg-2,SDK_REPO_XML_ARGS,$(HOST_OS),$(MAIN_SDK_ZIP),platforms))