summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-06-25 16:17:34 -0700
committerColin Cross <ccross@android.com>2017-06-27 18:19:17 +0000
commit4550e54d2fa208ec6bd79496d4c90c4540fa839d (patch)
tree8b97774cecfa0e854ca7ff3a092db4ba4ca344ac
parentb9e58b561aefa059c71fe75e4458eda133867ffb (diff)
downloadmanifest-4550e54d2fa208ec6bd79496d4c90c4540fa839d.tar.gz
Add clang prebuilts to openjdk manifest
The darwin clang prebuilts are necessary to build on older mac buildbots, and the linux clang prebuilts will be used later for deprecating the gcc prebuilts. Also fix alphabetization of prebuilts projects. Change-Id: I0d92a968ff6cd2ec22f2a8716685bf9ff5d3a5ef
-rw-r--r--default.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 74c08970a..a9120f490 100644
--- a/default.xml
+++ b/default.xml
@@ -18,9 +18,11 @@
<project path="external/jetbrains/jdk8u_nashorn" name="platform/external/jetbrains/jdk8u_nashorn" />
<!-- prebuilts projects -->
- <project path="prebuilts/studio/jdk" name="platform/prebuilts/studio/jdk" clone-depth="1" />
<project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" clone-depth="1" revision="master" />
+ <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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" clone-depth="1" revision="master" />
+ <project path="prebuilts/studio/jdk" name="platform/prebuilts/studio/jdk" clone-depth="1" />
<!-- build projects -->
<project path="toolchain/jdk/build" name="toolchain/jdk/build" clone-depth="1" revision="master" />