From e4efc54f542cef6cfa57ce4cbbcf964516332c8f Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Fri, 14 Jan 2022 00:33:48 -0800 Subject: [PATCH] ANDROID: build/build-tools -> build/kernel/build-tools. This is part of the build -> build/kernel transition. Test: TH Bug: 204425264 Change-Id: I5bcf6ac00b6388af198e486f191e13f0b60050c9 Signed-off-by: Yifan Hong --- build.config.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.config.common b/build.config.common index e9c93042f46a..22771bb4e3f3 100644 --- a/build.config.common +++ b/build.config.common @@ -6,7 +6,7 @@ KMI_GENERATION=0 LLVM=1 DEPMOD=depmod CLANG_PREBUILT_BIN=prebuilts/clang/host/linux-x86/clang-${CLANG_VERSION}/bin -BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86 +BUILDTOOLS_PREBUILT_BIN=build/kernel/build-tools/path/linux-x86 DTC=${ROOT_DIR}/${BUILDTOOLS_PREBUILT_BIN}/dtc EXTRA_CMDS=''