Skip to content

Commit

Permalink
cepheus: Switch to AOSP clang
Browse files Browse the repository at this point in the history
  • Loading branch information
balgxmr committed Feb 20, 2025
1 parent 4c20c50 commit c768433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ BOARD_RAMDISK_OFFSET := 0x01000000
TARGET_KERNEL_CLANG_COMPILE := true
TARGET_KERNEL_CONFIG := cepheus_defconfig
TARGET_KERNEL_SOURCE := kernel/xiaomi/cepheus
TARGET_KERNEL_CLANG_VERSION := playground
KERNEL_TOOLCHAIN := $(shell pwd)/prebuilts/clang/host/linux-x86/clang-playground/bin
TARGET_KERNEL_CLANG_VERSION := r530567
KERNEL_TOOLCHAIN := $(shell pwd)/prebuilts/clang/host/linux-x86/clang-r530567/bin
KERNEL_SUPPORTS_LLD := true
KERNEL_SUPPORTS_LLVM_TOOLS := true

Expand Down

0 comments on commit c768433

Please sign in to comment.