summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursell <dpursell@google.com>2016-08-10 14:28:48 -0700
committerDavid Pursell <dpursell@google.com>2016-08-10 15:00:57 -0700
commitc66a2568758e3e55ed1bb7a717ecdae42e1c64dd (patch)
tree1a0483232ff33b6f0f0458f2601aba36a85e5601
parent5b36f2ee35b7d1d5c176f751ba2c3d6a20d697b2 (diff)
downloadmanifest-c66a2568758e3e55ed1bb7a717ecdae42e1c64dd.tar.gz
bdk: allow Windows builds.
Two repositories required for Windows builds were left out of the Brillo manifest in order to save space, when we thought that we would be distributing the entire source tree to developers. Now that this is no longer the case, we can add them back in to allow adb/fastboot to build for Windows. Bug: 28621297 Change-Id: Icd4eb77d5ae2835299c59401899662127456351e Test: `m -j81 adb`
-rw-r--r--default.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 9abd321..154b12c 100644
--- a/default.xml
+++ b/default.xml
@@ -32,6 +32,7 @@
</project>
<project path="bionic" name="platform/bionic" groups="bdk" />
<project path="bootable/recovery" name="platform/bootable/recovery" groups="bdk" />
+ <project path="development" name="platform/development" groups="bdk" />
<project path="device/generic/arm64" name="device/generic/arm64" groups="bdk" />
<project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="bdk" />
<project path="device/generic/common" name="device/generic/common" groups="bdk" />
@@ -148,6 +149,7 @@
<project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" groups="linux,arm,bdk" />
<project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8" groups="linux,bdk" />
<project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" groups="linux,bdk" />
+ <project path="prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" groups="linux,bdk" clone-depth="1" />
<project path="prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9" groups="linux,mips,bdk" />
<project path="prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" groups="linux,x86,bdk" />
<project path="prebuilts/gdb/linux-x86" name="platform/prebuilts/gdb/linux-x86" groups="linux,bdk" />