diff options
author | Brad Ebinger <breadley@google.com> | 2019-03-11 17:38:53 -0700 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:53 +0300 |
commit | c42e631d4ec12a0e38742c0ec0f5b4a920f2606d (patch) | |
tree | 372fd864f93830443a2fc13b524f22c20798ae8d /sdm660.mk | |
parent | 3a0d825dc871d99d4dce9de507553daa20478246 (diff) |
sdm660-common: Enable FEATURE_TELEPHONY_IMS for this device.
Change-Id: Ibdd8cfad8fa26b147d1c318eb43e4bf181ae4037
Diffstat (limited to 'sdm660.mk')
-rw-r--r-- | sdm660.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepdetector.xml \ frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml \ frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml \ + frameworks/native/data/etc/android.hardware.telephony.ims.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.ims.xml \ frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \ frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \ |