Skip to content

Commit 2ca0c6f

Browse files
stephenhinesGerrit Code Review
authored andcommitted
Merge "Add clang.exe to Windows SDK build."
2 parents 71142c8 + eb8b46d commit 2ca0c6f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/product_sdk.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ PRODUCT_PACKAGES += \
3333
zipalign \
3434
bcc_compat \
3535
bios.bin \
36+
clang \
3637
commons-compress-1.0 \
3738
dexdump \
3839
dmtracedump \

build/tools/windows_sdk.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ WIN_TARGETS := \
3434
aapt adb aidl \
3535
aprotoc \
3636
bcc_compat \
37+
clang \
3738
etc1tool \
3839
dexdump dmtracedump \
3940
fastboot \

0 commit comments

Comments
 (0)