Remove repos I clone myself
This commit is contained in:
parent
c31cf8efdc
commit
1b6d6237dd
3 changed files with 4 additions and 2 deletions
|
@ -26,7 +26,9 @@
|
|||
</project>
|
||||
<project path="art" name="platform/art" groups="pdk" />
|
||||
<project path="bionic" name="platform/bionic" groups="pdk" />
|
||||
<!--
|
||||
<project path="bootable/recovery" name="platform/bootable/recovery" groups="pdk" />
|
||||
-->
|
||||
<project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" />
|
||||
<project path="dalvik" name="platform/dalvik" groups="pdk-cw-fs,pdk-fs" />
|
||||
<project path="developers/build" name="platform/developers/build" />
|
||||
|
|
|
@ -402,9 +402,7 @@
|
|||
but syncing a 1GB repo for 4 to 5MB is not worth
|
||||
it for me.
|
||||
-->
|
||||
<!--
|
||||
<remove-project name="android_frameworks_base" />
|
||||
-->
|
||||
|
||||
<remove-project name="android_frameworks_opt_net_ims" />
|
||||
<remove-project name="android_frameworks_opt_telephony" />
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
<manifest>
|
||||
|
||||
<!-- TWRP lives in omnirom android-8.0 (not AOSP!) -->
|
||||
<!--
|
||||
<remove-project name="platform/bootable/recovery" />
|
||||
<project path="bootable/recovery" name="android_bootable_recovery" remote="omnirom" revision="android-8.0" />
|
||||
-->
|
||||
|
||||
|
||||
<!-- FBE libs (using AOSP tag android-8.0.0_r34) -->
|
||||
|
|
Loading…
Reference in a new issue