summaryrefslogtreecommitdiffstats
path: root/toybox (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-24Fix symlink creationEthan Yonker1-5/+1
Change-Id: I0d0bcdde2957974eb357a6f3d820bd5ab0fa47ee
2019-05-24Switch between dependencies and modulesEthan Yonker1-1/+5
Use LOCAL_REQUIRED_MODULES for Pie and up and LOCAL_ADDITIONAL_DEPENDENCIES for Oreo and down. Change-Id: I5365e782f98f3bbf4bf246be22c8f573824b65ee
2019-05-05bsd dd: include prebuilt bsd dd in twrp for Nougat and greaterbigbiff bigbiff1-2/+1
- Cleaned up toolbox/Android.mk so that BSD dd builds with correct Android versions Change-Id: Idb15811480ec03b05336d54b866233b5ac99dfaf
2019-05-01toybox: fix build in 6.0 treeCaptain Throwback1-10/+17
When building with TW_USE_TOOLBOX, build currently fails. This patch fixes those build errors. Change-Id: I041523d93a3fa9624fee80679e521750b4f9edfa
2019-04-29Use BSD grep for builds with toyboxCaptain Throwback1-3/+0
- Include symlinks for egrep and fgrep Change-Id: I78e27f95efa143fa63def02c9e72af567833aefe
2019-01-18toybox: create getprop symlink on SDK 27Captain Throwback1-1/+1
Currently when building for SDK 27 with TW_USE_TOOLBOX, no getprop symlink is produced. This minor change creates a symlink for getprop on SDK 27. Change-Id: I71bd3e0d0525bd0ae51634f52a5749ba0ff58444
2018-05-04toybox: microcom is not present in the lineage 14.1 source.bigbiff bigbiff1-1/+0
Change-Id: Ic5983498caf9a082d23fdfbc3683e77697fcaf64
2018-04-19toybox: Fix build for android 8.1Humberto Borba1-9/+40
Fix toybox build at android 8.1. PS: xzcat support removed Signed-off-by: Humberto Borba <humberos@gmail.com> Change-Id: I185231bacf24db073f66eb57a146d7d1b64ffc2a
2017-08-25DO NOT MERGE Android 8.0 stuffEthan Yonker1-3/+22
Change-Id: I8c8a9734adbf36c33463123844fa6e078934ae34
2017-02-23build: [FIXUP] Addendum for BusyBox get/setprop & API 24 vs 25D. Andrei Măceș1-4/+7
Change-Id: I9c909bc990210fc3ec2ed3edf0ac106248f613ba
2017-01-12build: AOSP/CM14 fixes (API 24/25, mainly BusyBox-less environment)Hashcode1-10/+147
These changes are needed by any ROM where devices are configured to use TOOLBOX/TOYBOX instead of BUSYBOX (i.e., TW_USE_TOOLBOX := true). Change-Id: I68b88cc9fb857f32864556c4b6c9c8e6ee744051