summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-07-07 16:46:11 -0700
committerDan Albert <danalbert@google.com>2015-07-07 16:46:11 -0700
commit748067bdbe0e7421dc9ae6e19b21961a0761b53b (patch)
treefbe2229a7aca720807f11008ab4ef35ad140f7f8
parent5d4b567b7e3b4e788a2d170b9a34778290535539 (diff)
downloadmanifest-748067bdbe0e7421dc9ae6e19b21961a0761b53b.tar.gz
Put clang back in the manifest.
We still need this because we pull the analyzer scripts from here (they aren't installed in the prebuilts directory). We'll want to move to having it installed in prebuilts eventually, but the minimal fix is fine for now. This went unnoticed because failures from build-analyzer.sh do not cause build-host-prebuilts.sh to fail (which I'll fix once this gets merged).
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index b2b9d97ed..9b4d842a0 100644
--- a/default.xml
+++ b/default.xml
@@ -10,6 +10,7 @@
<project path="bionic" name="platform/bionic" groups="pdk" />
<project path="development" name="platform/development" groups="pdk-cw-fs" />
+ <project path="external/clang" name="platform/external/clang" groups="pdk" />
<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" />