From b205dfffa25a17f29240778680a53e6a9a1dbede Mon Sep 17 00:00:00 2001 From: Matthias Maennich Date: Fri, 18 Jun 2021 14:30:54 +0100 Subject: [PATCH] ANDROID: Drop the -master suffix from the clang prebuilts This suffix is now obsolete, get rid of it. Bug: 170775957 Signed-off-by: Matthias Maennich Change-Id: Iaa72b2a75767b642fa82cd69da142a078fb643e6 --- build.config.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.config.common b/build.config.common index 5aaffb21ed4f..31c27c96f591 100644 --- a/build.config.common +++ b/build.config.common @@ -4,7 +4,7 @@ KMI_GENERATION=0 LLVM=1 DEPMOD=depmod DTC=dtc -CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r416183b/bin +CLANG_PREBUILT_BIN=prebuilts/clang/host/linux-x86/clang-r416183b/bin BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86 EXTRA_CMDS=''