prebuilts: move devtools to notdefault group

As the manifest merger is now available in Debian Stretch, devtools are not needed for building a ROM

Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
This commit is contained in:
Wolfgang Wiedmeyer 2016-12-11 16:33:58 +01:00
parent 4f0503fc56
commit 3fac9312b4
No known key found for this signature in database
GPG Key ID: 5816A24C10757FC4
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@
<project path="pdk" name="platform/pdk" groups="pdk" remote="aosp" />
<project path="platform_testing" name="platform/platform_testing" remote="aosp" />
<project path="prebuilts/android-emulator" name="platform/prebuilts/android-emulator" groups="notdefault,pdk-fs" clone-depth="1" remote="aosp" />
<project path="prebuilts/devtools" name="platform/prebuilts/devtools" groups="pdk-fs" clone-depth="1" remote="aosp" />
<project path="prebuilts/devtools" name="platform/prebuilts/devtools" groups="notdefault,pdk-fs" clone-depth="1" remote="aosp" />
<project path="prebuilts/eclipse" name="platform/prebuilts/eclipse" groups="notdefault,pdk" clone-depth="1" remote="aosp" />
<project path="prebuilts/eclipse-build-deps" name="platform/prebuilts/eclipse-build-deps" groups="notdefault,eclipse" clone-depth="1" remote="aosp" />
<project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" groups="notdefault,pdk,linux,arm" clone-depth="1" remote="aosp" />