aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2018-01-24 16:50:54 +0100
committerDavide Garberi <dade.garberi@gmail.com>2018-01-24 16:50:54 +0100
commit0dd96af1502bfee12d158f18c02a2db19ed36b5a (patch)
tree5dfc7b4d1bf71f420d6e51d52190160ecc9d8f50 /BoardConfigCommon.mk
parent1991f3f4f6da54d0ce2ed9d7a7cc4b7b892b1cd0 (diff)
msm8996-common: Build telephony-ext
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index d276777..28d5e8b 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -196,6 +196,13 @@ BOARD_SEPOLICY_DIRS += $(VENDOR_PATH)/sepolicy
# Tap to wake node
TARGET_TAP_TO_WAKE_NODE := "/sys/devices/virtual/touch/tp_dev/gesture_on"
+# Telephony
+PRODUCT_PACKAGES += \
+ telephony-ext
+
+PRODUCT_BOOT_JARS += \
+ telephony-ext
+
# Use Snapdragon LLVM, if available
TARGET_USE_SDCLANG := true