From 25a5770ceab45476b86a5081d96e0757df0fcce3 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Wed, 1 Aug 2012 10:04:53 -0700 Subject: [PATCH] Add manifest groups. This makes it possible to download fewer of the projects. Groups currently supported: -device: projects that are specific to flagship devices. -darwin: tools are that only used on darwin hosts. -linux: tools that are only used on linux hosts. -arm: tools that are only used for ARM targets. -mips: tools that are only used for MIPS targets. -x86: tools that are only used for IA targets. Change-Id: I8ed1229a7306bd465a4cb7cb992819e720c88769 --- default.xml | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/default.xml b/default.xml index a7fea63..bb0004c 100644 --- a/default.xml +++ b/default.xml @@ -19,24 +19,24 @@ - + - - - - - + + + + + - - - - - - - + + + + + + + @@ -284,19 +284,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + +