From 99a135ffd433e883fb4b54c96c1409e467d31fd1 Mon Sep 17 00:00:00 2001 From: therootlord Date: Wed, 7 Nov 2018 16:06:07 -0200 Subject: [PATCH] sanders: disable sdclang --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index de082a5..3d49285 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -71,7 +71,7 @@ TARGET_KERNEL_CONFIG := sanders_defconfig TARGET_KERNEL_SOURCE := kernel/motorola/msm8953 TARGET_KERNEL_CLANG_COMPILE := true TARGET_KERNEL_CLANG_VERSION := 7.0.2 -TARGET_USE_SDCLANG := true +#TARGET_USE_SDCLANG := true # Audio BOARD_USES_ALSA_AUDIO := true