From ea69f2a8ca77d09333123a30fae667ebce139f88 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 16 Sep 2021 14:58:54 -0700 Subject: [PATCH] Stop disting the monolithic Windows SDK Since this artifact will no longer be needed shortly when the build-tools and platform-tools sdk_repo builds are refactored not to use it as an input. This will save artifact space and provide an early warning in case anyone is depending on this artifact. Bug: 187222815 Change-Id: Ia61c8d1d675b6a64cb46c71f47528e1dd6f7bb71 --- build/tools/windows_sdk.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/tools/windows_sdk.mk b/build/tools/windows_sdk.mk index 45e2f5bd7..e2ec44a6f 100644 --- a/build/tools/windows_sdk.mk +++ b/build/tools/windows_sdk.mk @@ -55,8 +55,6 @@ WIN_SDK_NAME := $(subst $(HOST_OS)-$(SDK_HOST_ARCH),windows,$(MAIN_SDK_NAME)) WIN_SDK_DIR := $(subst $(HOST_OS)-$(SDK_HOST_ARCH),windows,$(MAIN_SDK_DIR)) WIN_SDK_ZIP := $(WIN_SDK_DIR)/$(WIN_SDK_NAME).zip -$(call dist-for-goals, win_sdk, $(WIN_SDK_ZIP)) - # b/36697262 - we want the 64-bit libaapt2_jni and its dependencies ifdef HOST_CROSS_2ND_ARCH $(call dist-for-goals,win_sdk,$(ALL_MODULES.host_cross_libaapt2_jni$(HOST_CROSS_2ND_ARCH_MODULE_SUFFIX).BUILT):lib64/libaapt2_jni.dll)