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
This commit is contained in:
Stephen Hines
2015-06-25 02:54:08 -07:00
parent 2acf10ae21
commit eb8b46d7a7
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ PRODUCT_PACKAGES += \
zipalign \
bcc_compat \
bios.bin \
clang \
commons-compress-1.0 \
dexdump \
dmtracedump \

View File

@@ -34,6 +34,7 @@ WIN_TARGETS := \
aapt adb aidl \
aprotoc \
bcc_compat \
clang \
etc1tool \
dexdump dmtracedump \
fastboot \