manifest: Remove device-specific repos
This is what the previous patch SHOULD have been - remove device and kernel trees but not remove hardware/X which are fairly small repos and have not been removed by any other project. Having 50 entries in the dependencies file, including repos which are used by multiple devices from multiple OEMs, is just insane. Change-Id: Iaad0b5d42d218ce7c4f730b220fbf1dd510c688b
This commit is contained in:
parent
0e304ca973
commit
e55548db51
1 changed files with 0 additions and 8 deletions
|
@ -38,11 +38,6 @@
|
||||||
<project path="developers/docs" name="platform/developers/docs" />
|
<project path="developers/docs" name="platform/developers/docs" />
|
||||||
<project path="developers/samples/android" name="platform/developers/samples/android" />
|
<project path="developers/samples/android" name="platform/developers/samples/android" />
|
||||||
<project path="development" name="platform/development" />
|
<project path="development" name="platform/development" />
|
||||||
<project path="device/asus/deb" name="device/asus/deb" groups="device,flo" />
|
|
||||||
<project path="device/asus/flo" name="android_device_asus_flo" remote="omnirom" revision="android-4.4" />
|
|
||||||
<project path="device/asus/flo-kernel" name="device/asus/flo-kernel" groups="device,flo" />
|
|
||||||
<project path="device/asus/grouper" name="android_device_asus_grouper" remote="omnirom" revision="android-4.4" />
|
|
||||||
<project path="device/asus/tilapia" name="android_device_asus_tilapia" remote="omnirom" revision="android-4.4" />
|
|
||||||
<project path="device/common" name="device/common" />
|
<project path="device/common" name="device/common" />
|
||||||
<project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="pdk" />
|
<project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="pdk" />
|
||||||
<project path="device/generic/common" name="device/generic/common" groups="pdk" />
|
<project path="device/generic/common" name="device/generic/common" groups="pdk" />
|
||||||
|
@ -54,10 +49,7 @@
|
||||||
<project path="device/generic/x86" name="device/generic/x86" groups="pdk" />
|
<project path="device/generic/x86" name="device/generic/x86" groups="pdk" />
|
||||||
<project path="device/google/accessory/arduino" name="device/google/accessory/arduino" groups="device" />
|
<project path="device/google/accessory/arduino" name="device/google/accessory/arduino" groups="device" />
|
||||||
<project path="device/google/accessory/demokit" name="device/google/accessory/demokit" groups="device" />
|
<project path="device/google/accessory/demokit" name="device/google/accessory/demokit" groups="device" />
|
||||||
<project path="device/lge/mako" name="android_device_lge_mako" remote="omnirom" revision="android-4.4" />
|
|
||||||
<project path="device/sample" name="device/sample" groups="pdk" />
|
<project path="device/sample" name="device/sample" groups="pdk" />
|
||||||
<project path="device/samsung/maguro" name="android_device_samsung_maguro" remote="omnirom" revision="android-4.4" />
|
|
||||||
<project path="device/samsung/manta" name="android_device_samsung_manta" groups="device,manta" remote="omnirom" revision="android-4.4" />
|
|
||||||
<project path="docs/source.android.com" name="platform/docs/source.android.com" />
|
<project path="docs/source.android.com" name="platform/docs/source.android.com" />
|
||||||
<project path="external/aac" name="platform/external/aac" groups="pdk" />
|
<project path="external/aac" name="platform/external/aac" groups="pdk" />
|
||||||
<project path="external/android-clat" name="platform/external/android-clat" />
|
<project path="external/android-clat" name="platform/external/android-clat" />
|
||||||
|
|
Loading…
Reference in a new issue