aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSemavi Ulusoy <doc.divxm@gmail.com>2021-04-23 22:49:10 +0300
committerSemavi Ulusoy <doc.divxm@gmail.com>2021-04-23 22:49:10 +0300
commit574de125e2bc256df57aceb22298e0aca507699f (patch)
tree28b1fc3c974743beb2ec10218a89f313890198c2
parent11c0fd68da475e618578573f811515a28383fc84 (diff)
beryllium: Build kernel with latest CLANG
Change-Id: I00ab423742bb08f99db40eb44233fbfabbfe18a7
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 7034483..3849666 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -27,6 +27,9 @@ TARGET_SCREEN_DENSITY := 440
# Kernel
TARGET_KERNEL_CONFIG := beryllium_defconfig
+TARGET_KERNEL_CLANG_COMPILE := true
+TARGET_KERNEL_CLANG_VERSION := latest
+KERNEL_SUPPORTS_LLVM_TOOLS := true
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml