summaryrefslogtreecommitdiff
path: root/build-tools/path/linux-x86
AgeCommit message (Collapse)Author
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>