From 4dbb3ddc0b6bf4a3b21e34bd2db016e223ba61c5 Mon Sep 17 00:00:00 2001 From: Sujin Panicker Date: Thu, 11 Jul 2019 15:52:26 +0530 Subject: [PATCH] Declare low-latency and pro audio capability Declare low-latency and pro audio capability in device make files to indicate low-latency and pro audio support exists Change-Id: I0b10d74db354889069ecadfdf4f03857a0d6506b Signed-off-by: DennySPb --- device.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device.mk b/device.mk index beec772..0ebf932 100644 --- a/device.mk +++ b/device.mk @@ -233,6 +233,8 @@ PRODUCT_PACKAGES += \ # Permissions PRODUCT_COPY_FILES += \ + frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \ + frameworks/native/data/etc/android.hardware.audio.pro.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.pro.xml \ frameworks/native/data/etc/android.hardware.telephony.ims.xml:system/etc/permissions/android.hardware.telephony.ims.xml \ frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \