From f94f7a8e0bbbc5eb15db8e72dcb8f67fb8e95578 Mon Sep 17 00:00:00 2001 From: Caio Schnepper Date: Thu, 24 Mar 2016 23:43:38 -0300 Subject: [PATCH] galaxys2-common: Remove low latency audio The sound stutter too much with it Change-Id: If1633e7e7de18f6dd2d9a34165c8c71a563bef45 --- common.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/common.mk b/common.mk index 9f311ac..2f184e6 100644 --- a/common.mk +++ b/common.mk @@ -166,7 +166,6 @@ PRODUCT_PACKAGES += \ # These are the hardware-specific features 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.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \ frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \