From fdc2cd300e11a3727b39750ce95c6cebc4447200 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Mon, 10 Jan 2022 18:32:17 -0800 Subject: [PATCH] Remove win_sdk win_sdk is deprecated, if given on the command line sdk will be build instead. Bug: 212724080 Test: Presubmits Change-Id: Ib3bd51923142b00100b49585ad88bc1292da2463 --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index aaf2ba4c22..648f05d224 100644 --- a/core/Makefile +++ b/core/Makefile @@ -813,7 +813,7 @@ $(INSTALLED_FILES_FILE_RAMDISK) : $(INTERNAL_RAMDISK_FILES) $(FILESLIST) $(FILES $(FILESLIST_UTIL) -c $(@:.txt=.json) > $@ ifeq ($(HOST_OS),linux) -$(call dist-for-goals, sdk win_sdk sdk_addon, $(INSTALLED_FILES_FILE_RAMDISK)) +$(call dist-for-goals, sdk sdk_addon, $(INSTALLED_FILES_FILE_RAMDISK)) endif BUILT_RAMDISK_TARGET := $(PRODUCT_OUT)/ramdisk.img