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 <elsk@google.com>
This commit is contained in:
Yifan Hong
2022-01-14 00:33:48 -08:00
parent 10412e10c6
commit db0c2ceba7

View File

@@ -6,7 +6,7 @@ KMI_GENERATION=0
LLVM=1 LLVM=1
DEPMOD=depmod DEPMOD=depmod
CLANG_PREBUILT_BIN=prebuilts/clang/host/linux-x86/clang-${CLANG_VERSION}/bin 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 DTC=${ROOT_DIR}/${BUILDTOOLS_PREBUILT_BIN}/dtc
EXTRA_CMDS='' EXTRA_CMDS=''