summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maennich <maennich@google.com>2019-06-24 17:58:14 +0100
committerMatthias Maennich <maennich@google.com>2019-06-24 18:02:10 +0100
commit2ee76c81179a91e51257f64f8a95d5269dd7d727 (patch)
tree09541299c3c807b9f27ae6bda6f58ab4fa90a24a
parent2eb25ccc2840b12af265a2bbb902270a259ab1f1 (diff)
build: teach envsetup.sh to respect a defined buildtools location
If BUILDTOOLS_PREBUILT_BIN is defined in the build.config, put it into PATH as for the other prebuilt locations. Bug: 135922132 Change-Id: Ib9df33b010301c1b652dc155eba78e448aed4e17 Signed-off-by: Matthias Maennich <maennich@google.com>
-rw-r--r--envsetup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/envsetup.sh b/envsetup.sh
index a9cca66..eb37f1e 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -44,6 +44,7 @@ CLANG_PREBUILT_BIN
LZ4_PREBUILTS_BIN
DTC_PREBUILTS_BIN
LIBUFDT_PREBUILTS_BIN
+BUILDTOOLS_PREBUILT_BIN
"
for PREBUILT_BIN in ${PREBUILTS_PATHS}; do