diff options
| author | Dan Pasanen <dan.pasanen@gmail.com> | 2018-01-25 15:25:56 +0000 |
|---|---|---|
| committer | Demon Singur <demonsingur@gmail.com> | 2018-02-03 09:02:14 +0000 |
| commit | 9e19706013514f11fdad7bca60dd0efae1cef2c4 (patch) | |
| tree | fc3b7b4d5255b7de75cfad95a90aa568f8b74cee | |
| parent | 8463f7264da423311303f3e0cffe1363ff25b648 (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.mk | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 \ |
