diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index bfe5e7b..7112232 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -22,6 +22,9 @@ VENDOR_PATH := device/samsung/msm8976-common TARGET_SPECIFIC_HEADER_PATH := $(VENDOR_PATH)/include +# Use Snapdragon LLVM, if available +TARGET_USE_SDCLANG := true + # Architecture TARGET_ARCH := arm64 TARGET_ARCH_VARIANT := armv8-a