ANDROID: kleaf: drop toolchain_version = CLANG_VERSION

This is the default now.

Test: TH
Bug: 212640658
Change-Id: I3fc1d7149f4e180ff1919339beb6432adf73dab3
Signed-off-by: Yifan Hong <elsk@google.com>
(cherry picked from commit 15cc1a6f99)
This commit is contained in:
Yifan Hong
2022-01-10 19:38:26 -08:00
committed by Matthias Männich
parent a5f73082c6
commit 137e78322c

View File

@@ -18,6 +18,5 @@ package(
)
load("//build/kleaf:common_kernels.bzl", "define_common_kernels")
load("@kernel_toolchain_info//:dict.bzl", "CLANG_VERSION")
define_common_kernels(toolchain_version = CLANG_VERSION)
define_common_kernels()