summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2019-06-24 23:23:03 +0800
committerYi Kong <yikong@google.com>2019-06-24 23:23:03 +0800
commit2e11eb6dcaa08617d888e7f3433ac3b68d2da42a (patch)
tree435523e75c6eeb1203252e19a08938c5ad6e2d3b
parent6981c99717f0d6654179f37aaf218feba6b5737a (diff)
downloadmanifest-2e11eb6dcaa08617d888e7f3433ac3b68d2da42a.tar.gz
Add Python-2.7.5 to the llvm-toolchain manifest
Bug: 135764137 Test: repo sync with the new manifest
-rw-r--r--default.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index b67bf6d33..a48ca40b0 100644
--- a/default.xml
+++ b/default.xml
@@ -42,6 +42,10 @@
<project path="prebuilts/cmake/darwin-x86" name="platform/prebuilts/cmake/darwin-x86" />
<project path="prebuilts/cmake/linux-x86" name="platform/prebuilts/cmake/linux-x86" />
+ <!-- Python prebuilts -->
+ <project path="prebuilts/python/darwin-x86/2.7.5" name="platform/prebuilts/python/darwin-x86/2.7.5" groups="darwin,pdk,pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="prebuilts/python/linux-x86/2.7.5" name="platform/prebuilts/python/linux-x86/2.7.5" groups="linux,pdk,pdk-cw-fs,pdk-fs" clone-depth="1" />
+
<!-- Prebuilts (for ease of updating) -->
<project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" />
<project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" />