summaryrefslogtreecommitdiff
path: root/build-tools
AgeCommit message (Collapse)Author
2020-06-12prebuilt-buildtools: add mkdtboimg.py from kernel-build-toolsSteve Muckle
Bug: 156258767 Change-Id: I47b7813c439d44c09ea71c9cbdcc7d3c2767489b
2020-06-11prebuilt-buildtools: add dtc from kernel-build-toolsMatthias Maennich
Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: If7329eb5854dcb8e206af2e1445f9a3c36685fb2
2020-06-10prebuilt-buildtools: add lz4 from kernel-build-toolsMatthias Maennich
Bug: 150391496 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: Ieecd941f8ddb5d009b2627083f27efc8c8a2af36
2020-03-24prebuilt-buildtools: add `tr` from toyboxMatthias Maennich
Bug: 135922132 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: I7c20f6e83201448c4ddeec22073df94249f718f7
2020-03-24build-tools: update prebuiltsMatthias Maennich
Add new prebuilts from the platform and refresh symbolic link locations as more toybox binaries are now officially supported. Bug: 135922132 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: I386d9f4b1dd3c08cf57d6a1de5bb6fb711259c35
2019-12-11Go back to toybox xargs.Elliott Hughes
The latest toybox prebuilt has the necessary fixes. Bug: http://b/140269206 Test: BUILD_CONFIG=common/build.config.allmodconfig.x86_64 build/build.sh Test: SKIP_DEFCONFIG=1 SKIP_MRPROPER=1 SKIP_CP_KERNEL_HDR=1 BUILD_CONFIG=common/build.config.allmodconfig.x86_64 build/build.sh Change-Id: I8d384c55ef04c8ca4bb3bc0c11d96e7ebf6110b4
2019-12-09Fix bc symlinkDan Willemsen
bc is now a separate executable instead of being part of toybox. Test: treehugger Change-Id: I9ef2cf14c6a41884769f647de5654323ef92bd26
2019-08-29build-tools: remove xargs as it is currently incompatibleMatthias Maennich
Change-Id: Ib650dcbd8264dbdeb9f6f799923f9b06327cc724 Signed-off-by: Matthias Maennich <maennich@google.com>
2019-07-23add more common build tools to the kernel prebuiltsMatthias Maennich
bc bison diff expr find flex grep m4 make nproc realpath Bug: 135922132 Change-Id: I3fc3c17e842160f1479f6fbe66e79fb3b0d16982 Signed-off-by: Matthias Maennich <maennich@google.com>
2019-07-23build: maintain a set of build-tools used during kernel buildsMatthias Maennich
Start with the current set of Android build-tools. Bug: 135922132 Change-Id: I27cebf99971290f1c3622e5789dd3e69a0d3549d Signed-off-by: Matthias Maennich <maennich@google.com>