summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2017-08-14 17:57:14 -0700
committerStephen Hines <srhines@google.com>2017-08-14 17:57:14 -0700
commit054f6e0fdca9daea0ce306b56839395411d7782c (patch)
treec26de1a5e01990b71fe43bb7a656bc0cc8f17874
parent290606331da07d8b93a7a8b425b4f495701cbdb0 (diff)
downloadmanifest-054f6e0fdca9daea0ce306b56839395411d7782c.tar.gz
Add toolchain/binutils to the manifest.
Bug: http://b/64691112 Test: None This is needed so that we can pick up the necessary plugin-api.h header file on non-Windows platforms. Change-Id: I05cfa3ab4a8ba8bda5b9be2b7edebf60865f2a3e
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index c69d56f63..1a2073e09 100644
--- a/default.xml
+++ b/default.xml
@@ -10,6 +10,7 @@
<!-- Core LLVM toolchain components -->
<project path="bionic" name="platform/bionic" />
+ <project path="toolchain/binutils" name="toolchain/binutils" />
<project path="toolchain/llvm" name="toolchain/llvm">
<linkfile dest="llvm" src="."/>
</project>