summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2023-03-01 18:14:35 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2023-03-01 18:20:16 +0800
commitbb5a46d9a30e6126b85ef4cf108499488c438462 (patch)
tree9154e7c2a731bdec055277c894654fbc26300400
parent4233fccee2f4d4ec570c037926dd0756a769188a (diff)
downloadomap-android-beagle-x15-4.14.tar.gz
build.config: drop setting of BUILDTOOLS_PREBUILT_BINandroid-beagle-x15-4.14
to use the default value specified in build.config.common. Otherwise the tools in build-tools used will not be found, like the build error reported here[1]: build/build.sh: line 983: soong_zip: command not found [1]: https://ci.android.com/builds/submitted/9574600/kernel/latest/view/logs/build_error.log Test: build the x15 4.14 kernel successfully Change-Id: I3a40d42ecb37dcbff527291eff7796162f62f3e9 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--build.config1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.config b/build.config
index 826f603afe94..a7ca6a02c87a 100644
--- a/build.config
+++ b/build.config
@@ -14,7 +14,6 @@ DEFCONFIG=ti_sdk_am57x_android_release_defconfig
EXTRA_CMDS=''
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin
-BUILDTOOLS_PREBUILT_BIN=''
IN_KERNEL_MODULES=1
DO_NOT_STRIP_MODULES=1