Skip to content

Commit

Permalink
manifest: Sorry BusyBox, you've been disrupted.
Browse files Browse the repository at this point in the history
 * Android has fully embraced Toybox in AOSP to replace most of Toolbox
   and provide a semi-functional commandline environment.
 * We are currently using the master branch of AOSP, with a few of our
   own changes. This covers about 90% of the cases where Busybox was
   used. For the remaining stuff (compression tools, etc) I've brought
   in extra packages or other fixes in order to cover the gaps.

 * I suspect this will be controversial, but at this point BusyBox is
   deprecated and Toybox is the future.

 * Thank you to everyone (Tanguy, the Android x86 team, Dan, etc) who
   have maintained this port to Android over the years!

Change-Id: I74627a294bb198b28d6727e9b78b72582b1b0ad3
  • Loading branch information
Steve Kondik authored and semdoc committed Nov 15, 2015
1 parent f5e9980 commit e144463
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
<project path="external/boringssl" name="CyanogenMod/android_external_boringssl" groups="pdk" remote="cm" />
<project path="external/bouncycastle" name="CyanogenMod/android_external_bouncycastle" groups="pdk" remote="cm" />
<project path="external/brctl" name="CyanogenMod/android_external_brctl" remote="cm" />
<project path="external/busybox" name="CyanogenMod/android_external_busybox" remote="cm" />
<project path="external/bzip2" name="CyanogenMod/android_external_bzip2" groups="pdk" remote="cm" />
<project path="external/bzip2" name="CyanogenMod/android_external_bzip2" groups="pdk" remote="cm" />
<project path="external/connectivity" name="CyanogenMod/android_external_connectivity" remote="cm" />
<project path="external/curl" name="CyanogenMod/android_external_curl" remote="cm" />
<project path="external/dhcpcd" name="CyanogenMod/android_external_dhcpcd" groups="pdk-cw-fs,pdk-fs" remote="cm" />
Expand Down

0 comments on commit e144463

Please sign in to comment.