summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-12-05 19:40:31 +0000
committerDan Albert <danalbert@google.com>2015-12-05 19:40:55 +0000
commit9fc03c2d0740a922b5e46e5fea48ba25171eec8e (patch)
tree329d96eb3f25031ee8eb7df10dcb8f54af7c5fb5
parent38e8fe7e575f9246ebc07a60545a2912fbdf2d1a (diff)
downloadmanifest-9fc03c2d0740a922b5e46e5fea48ba25171eec8e.tar.gz
Revert "Remove legacy clang directories from the manifest."
Apparently these are still in use by some parts of the build. Will need to fix that, but for now just revert. This reverts commit 38e8fe7e575f9246ebc07a60545a2912fbdf2d1a. Change-Id: I555bd68b399941c33add151e434ac8a8c5c40f62
-rw-r--r--default.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 41714155e..6af983b61 100644
--- a/default.xml
+++ b/default.xml
@@ -13,6 +13,9 @@
<project path="chromite/config" name="toolchain/ndk_chromite_config" />
<project path="development" name="platform/development" groups="pdk-cw-fs" />
<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/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" />
<project path="prebuilts/clang/host/windows-x86" name="platform/prebuilts/clang/host/windows-x86" />