diff options
| author | LuK1337 <priv.luk@gmail.com> | 2017-02-12 21:54:43 +0100 |
|---|---|---|
| committer | Rygebin <kaankulahli2@gmail.com> | 2017-05-25 18:36:11 +0000 |
| commit | 32dfa06664aa96b6f782f857516b27c101fbf845 (patch) | |
| tree | 96bc288313c088e80324ff1367123fd9e8621099 | |
| parent | e5ff04ddfadd97d6e884d183bdb71c1a1e8bf0e4 (diff) | |
msm8916-common: Build with regular LLVM Clang
* This might fix our issues with mobile data.
Atleast it seems like (?)
Change-Id: Ia5604d441b92d08d76d6fc32f0193477d072822b
| -rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index db36710..d5cb69a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -20,9 +20,6 @@ VENDOR_PATH := device/asus/msm8916-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 |
