From 9bbb9de6c0dd728b73fc547a41e53cd84a7dcf89 Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Thu, 26 Jan 2017 09:19:58 +0000 Subject: [PATCH] msm8976-common: Remove low_latency permission * The latency is about 80ms *sigh* Change-Id: I89d16d24d465c951ad8a747bcd7a5671c529eec9 --- msm8976.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/msm8976.mk b/msm8976.mk index 66e9260..0a4f6d2 100644 --- a/msm8976.mk +++ b/msm8976.mk @@ -36,7 +36,6 @@ $(call inherit-product-if-exists, frameworks/native/build/tablet-10in-xhdpi-2048 # Permissions PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \ frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \