From b6549fd3fcdb3a0363cba1435d45f34de4c28f41 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Tue, 27 Jan 2015 12:41:57 -0800 Subject: [PATCH] Update the winsdk-tools prerequisites. To build the windows SDK tools, we need only the Linux llvm-tblgen and clang-tblgen, but not llvm-rs-cc or bcc_compat. This reduces significantly build time if you want run only "make winsdk-tools". Bug: 19149444 Change-Id: I971dd6a6e1a7dd11a968ee8be8cd02085055c262 --- build/tools/windows_sdk.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/tools/windows_sdk.mk b/build/tools/windows_sdk.mk index 3581c6d88..594fcfd9a 100644 --- a/build/tools/windows_sdk.mk +++ b/build/tools/windows_sdk.mk @@ -49,8 +49,8 @@ WIN_TARGETS := \ # build prerequisites. WIN_BUILD_PREREQ := \ acp \ - bcc_compat \ - llvm-rs-cc \ + llvm-tblgen \ + clang-tblgen \ $(WIN_SDK_BUILD_PREREQ)