summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-07-08 12:25:05 -0700
committerDan Albert <danalbert@google.com>2015-07-08 12:41:01 -0700
commitddfe0065a340e21b9239ac2750c44686e172e11a (patch)
tree35977fd991d05c1243a033e452ce3c7489aec30f
parent748067bdbe0e7421dc9ae6e19b21961a0761b53b (diff)
downloadmanifest-ddfe0065a340e21b9239ac2750c44686e172e11a.tar.gz
Add Windows clang to the prebuilts.
Mapping it at a different path to match the other host prebuilts. Once the Linux and Darwin prebuilts are fixed to fit the new layout we'll move Windows back to where it ought to be. Change-Id: I186e02583346dec7cffcf1d2f5c45a41dac4ca75
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 9b4d842a0..383f4a4db 100644
--- a/default.xml
+++ b/default.xml
@@ -14,6 +14,7 @@
<project path="ndk" name="platform/ndk" />
<project path="prebuilts/clang/darwin-x86/host/3.6" name="platform/prebuilts/clang/darwin-x86/host/3.6" groups="pdk,darwin" />
<project path="prebuilts/clang/linux-x86/host/3.6" name="platform/prebuilts/clang/linux-x86/host/3.6" groups="pdk,linux" />
+ <project path="prebuilts/clang/windows-x86/host/3.6" name="platform/prebuilts/clang/host/windows-x86" />
<project path="prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8" name="platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8" groups="pdk,darwin,arm" />
<project path="prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" groups="pdk,darwin,arm" />
<project path="prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8" name="platform/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8" groups="pdk,darwin,arm" />