From b6092467cead6f52981e8097f6607e905c92c911 Mon Sep 17 00:00:00 2001 From: Steve Muckle Date: Fri, 19 Jun 2020 11:55:17 -0700 Subject: add mkdtboimg.py python prebuilt instead of script Bug: 156258767 Change-Id: I199c4fb401a2923d0ad29f6db08faa97e52b95f7 --- build-prebuilts.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'build-prebuilts.sh') diff --git a/build-prebuilts.sh b/build-prebuilts.sh index 415ed25..14d2e34 100755 --- a/build-prebuilts.sh +++ b/build-prebuilts.sh @@ -26,11 +26,7 @@ EOF depmod dtc lz4 - ) - - # scripts to copy as-is into the output bin/ - scripts=( - tools/libufdt/utils/src/mkdtboimg.py + mkdtboimg.py ) binaries="${SOONG_BINARIES[@]/#/${SOONG_HOST_OUT}/bin/}" @@ -43,9 +39,6 @@ EOF cp ${binaries} ${SOONG_OUT}/dist/bin/ cp -R ${SOONG_HOST_OUT}/lib* ${SOONG_OUT}/dist/ - # Stage scripts - cp ${scripts} ${SOONG_OUT}/dist/bin/ - # Package prebuilts ( cd ${SOONG_OUT}/dist -- cgit v1.2.3