diff options
author | Kevin F. Haggerty <haggertk@lineageos.org> | 2020-09-05 11:31:50 -0600 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:15 +0200 |
commit | 23ea28fd160db6e92c3b8c0b9b4c3ddbe5b3428e (patch) | |
tree | e31c09753c8f50a0ca99446616f474bc9e6099ac | |
parent | dd4e4a6f9e5021de417f2bfd040463296288ca5b (diff) |
msm8996-common: Drop Snapdragon LLVM toolchain entry
* The rest of the tree stopped supporting this long ago.
Change-Id: I0431861fd202a7a07b3d4b79642822aecafb9e6f
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index ba5a665..ba08851 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -175,7 +175,6 @@ TARGET_USES_INTERACTION_BOOST := true # QCOM BOARD_USES_QCOM_HARDWARE := true -TARGET_USE_SDCLANG := true # Recovery TARGET_RECOVERY_FSTAB := $(VENDOR_PATH)/rootdir/etc/fstab.qcom |