diff options
Diffstat (limited to '')
-rw-r--r-- | BoardConfigCommon.mk | 7 |
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 |