aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-08-15 01:49:20 +0200
committerCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-08-26 16:17:10 +0200
commit1e17176844e0370645d24545f8a6ce7374ac80da (patch)
treef8b069c4f7cc68d35143af41a80fc3faf9b3158c /BoardConfigCommon.mk
parent1f1b5cce27ec81374ac83dfd2b1ee7ece5bc5562 (diff)
msm8996-common: Enable TARGET_PROVIDES_LIBLIGHT by default.
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 8375ede..362c271 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -171,6 +171,9 @@ TARGET_WLAN_POWER_STAT := "/d/wlan_wcnss/power_stats"
TARGET_TAP_TO_WAKE_NODE := "/sys/devices/virtual/touch/tp_dev/gesture_on"
TARGET_USES_INTERACTION_BOOST := true
+# Lights
+TARGET_PROVIDES_LIBLIGHT := true
+
# QCOM
BOARD_USES_QCOM_HARDWARE := true
TARGET_USE_SDCLANG := true