From 9b3734e49650aedf60595aa460b4940ca1da844d Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Sat, 5 Sep 2020 11:31:50 -0600 Subject: [PATCH] Revert "matisse-common: Engage the SDCLANG" * The rest of the tree stopped supporting this long ago. This reverts commit 2b078a3fde91cb1b2c1808e15e8e4d169046a6d1. Change-Id: I7a9804a91ad0a8fd801be72011afee6f1c649365 --- BoardConfigCommon.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 551a835..541edf3 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -112,9 +112,6 @@ include $(COMMON_PATH)/sepolicy/sepolicy.mk # Sensors TARGET_NO_SENSOR_PERMISSION_CHECK := true -# Use Snapdragon LLVM if available on build server -TARGET_USE_SDCLANG := true - # inherit from the proprietary version -include vendor/samsung/matisse-common/BoardConfigVendor.mk