From 023411cbe9969827ac582cff4b9a2db3841046df Mon Sep 17 00:00:00 2001 From: Elliot Berman Date: Tue, 4 Aug 2020 10:55:30 -0700 Subject: [PATCH] ANDROID: Use DTC from the hermetic toolchain Set DTC from kernel build tools. The DTC is the same as used in AOSP. Bug: 162811113 Change-Id: I16c513ba9c6ce5a1206e95e8de4ae923c11db894 Signed-off-by: Elliot Berman --- build.config.common | 1 + 1 file changed, 1 insertion(+) diff --git a/build.config.common b/build.config.common index 2548d33e8576..7d27f2e3b990 100644 --- a/build.config.common +++ b/build.config.common @@ -7,6 +7,7 @@ LD=ld.lld NM=llvm-nm OBJCOPY=llvm-objcopy DEPMOD=depmod +DTC=dtc CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r383902/bin BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86