From 2ca600cbe03655cbc391b97b66216e6fe4c06fc9 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Wed, 15 Apr 2020 13:56:57 -0700 Subject: [PATCH] ANDROID: build.config.common: Add BUILDTOOLS_PREBUILT_BIN This was added to build.config.common in all of the other branches but not this one during the build.config refactor. Without this, it is possible to get different build results across host environments. Change-Id: Ie72dd902adfa4b3d8fed8bfbadf13a78cf55f1fa Fixes: f04f84fdeb35 ("ANDROID: refactor build.config files to remove duplication") Signed-off-by: Nathan Chancellor --- build.config.common | 1 + 1 file changed, 1 insertion(+) diff --git a/build.config.common b/build.config.common index d6b843be3e96..f9059bbd112a 100644 --- a/build.config.common +++ b/build.config.common @@ -6,6 +6,7 @@ LD=ld.lld NM=llvm-nm OBJCOPY=llvm-objcopy CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r377782c/bin +BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86 EXTRA_CMDS='' STOP_SHIP_TRACEPRINTK=1