From eb8b46d7a72a0cc04450adbd49fb2ee2a4142544 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Thu, 25 Jun 2015 02:54:08 -0700 Subject: [PATCH] Add clang.exe to Windows SDK build. Bug: 22044739 This is needed as part of the NDK itself, now that we are shipping the platform Clang as the one true Clang. It can be built by doing: make winsdk-tools Change-Id: I3363f46b5dcc52258aa92b42b5a92a96bf868e73 --- build/product_sdk.mk | 1 + build/tools/windows_sdk.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/build/product_sdk.mk b/build/product_sdk.mk index 68a4ecc60..c575ac7d7 100644 --- a/build/product_sdk.mk +++ b/build/product_sdk.mk @@ -33,6 +33,7 @@ PRODUCT_PACKAGES += \ zipalign \ bcc_compat \ bios.bin \ + clang \ commons-compress-1.0 \ dexdump \ dmtracedump \ diff --git a/build/tools/windows_sdk.mk b/build/tools/windows_sdk.mk index 9b97a19a4..89f34a13b 100644 --- a/build/tools/windows_sdk.mk +++ b/build/tools/windows_sdk.mk @@ -34,6 +34,7 @@ WIN_TARGETS := \ aapt adb aidl \ aprotoc \ bcc_compat \ + clang \ etc1tool \ dexdump dmtracedump \ fastboot \