summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Jansen <jansene@google.com>2018-12-04 13:16:47 -0800
committerErwin Jansen <jansene@google.com>2018-12-04 13:17:39 -0800
commit2584c1370b1e79f38b83eea1bf9df73c07385129 (patch)
tree86119ea35d33ebfd64716956afd531d2b5a66a04
parent96b687bc5ea84f6b21a170380d0edf9647d99c59 (diff)
downloadmanifest-2584c1370b1e79f38b83eea1bf9df73c07385129.tar.gz
Add clang for windows
This will enable us to build the emulator natively on windows. Change-Id: I5afbc9164fc63ec40de65f81218d8b2d86d1baff
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index ee1086fd5..afcb51b6d 100644
--- a/default.xml
+++ b/default.xml
@@ -44,6 +44,7 @@
<project path="prebuilts/android-emulator-build/qt" name="platform/prebuilts/android-emulator-build/qt" clone-depth="1" />
<project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" clone-depth="1" revision="master" />
<project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1" revision="master" />
+ <project path="prebuilts/clang/host/windows-x86" name="platform/prebuilts/clang/host/windows-x86" clone-depth="1" revision="master" />
<project path="prebuilts/cmake/darwin-x86" name="platform/prebuilts/cmake/darwin-x86" clone-depth="1" />
<project path="prebuilts/cmake/linux-x86" name="platform/prebuilts/cmake/linux-x86" clone-depth="1" />
<project path="prebuilts/cmake/windows-x86" name="platform/prebuilts/cmake/windows-x86" clone-depth="1" />