summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Pasanen <dan.pasanen@gmail.com>2018-01-25 15:25:56 +0000
committerDemon Singur <demonsingur@gmail.com>2018-02-03 09:02:14 +0000
commit9e19706013514f11fdad7bca60dd0efae1cef2c4 (patch)
treefc3b7b4d5255b7de75cfad95a90aa568f8b74cee
parent8463f7264da423311303f3e0cffe1363ff25b648 (diff)
device: build telephony-ext
This has been removed from vendor/lineage, but is needed on devices that ship qti-telephony-common.jar. Change-Id: I11f38218b64b4cedb2354db627d46de86fe4f549
-rw-r--r--device.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 26f7ae70..bf898f38 100644
--- a/device.mk
+++ b/device.mk
@@ -295,6 +295,12 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:system/etc/permissions/android.hardware.sensor.stepdetector.xml
# Telephony
+PRODUCT_PACKAGES += \
+ telephony-ext
+
+PRODUCT_BOOT_JARS += \
+ telephony-ext
+
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \
frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml \