summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index b11afca3f..b1128b94b 100644
--- a/default.xml
+++ b/default.xml
@@ -9,6 +9,8 @@
sync-j="4" />
<remote name="llvm"
fetch="https://git.llvm.org/git/" />
+ <remote name="linaro"
+ fetch="https://android-git.linaro.org/git/" />
<!-- Core LLVM toolchain components -->
<project path="bionic" name="platform/bionic" />
@@ -39,6 +41,9 @@
<linkfile src="." dest="toolchain/clang/tools/extra" />
</project>
+ <!-- Patches -->
+ <project path="toolchain/patches" remote="linaro" name="toolchain/llvm-patches" />
+
<!-- Binutils/gcc toolchains -->
<project path="prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" groups="pdk,darwin,arm" />
<project path="prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" />