blob: c5b746341fe9c54b3677e7ad1708fb797a6062aa [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001# Clang-specific configuration of kernel build
2
3# We need to add this dependency as the kernel configuration depends on the compiler
4do_kernel_configme[depends] += "androidclang-native:do_populate_sysroot"
5
6DEPENDS:append = " androidclang-native"
7
8KERNEL_CC = "${CCACHE}clang ${HOST_CC_KERNEL_ARCH}"