diff options
author | Andreas Blaesius <skate4life@gmx.de> | 2017-03-30 20:05:54 +0200 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2017-03-30 20:18:44 +0200 |
commit | 3ea1f1c7fabc9d7043637f1df3250fc0c48bcfdc (patch) | |
tree | fe6dc73b57ca34b0bd86e5289b737acff9b46225 | |
parent | 4d01a756f221c0af0c59f64052563d4d531b1031 (diff) | |
download | device_samsung_espressowifi-3ea1f1c7fabc9d7043637f1df3250fc0c48bcfdc.zip device_samsung_espressowifi-3ea1f1c7fabc9d7043637f1df3250fc0c48bcfdc.tar.gz device_samsung_espressowifi-3ea1f1c7fabc9d7043637f1df3250fc0c48bcfdc.tar.bz2 |
espresso: remove android.hardware.audio.low_latency.xml
- workaround to audio stuttering in some games on Android 5.x and newer
Change-Id: Ifa7e2aa29e8656f37ae5dc18775ebfc699b1108b
-rw-r--r-- | device-common.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/device-common.mk b/device-common.mk index 2bb38ee..0c0a401 100644 --- a/device-common.mk +++ b/device-common.mk @@ -114,7 +114,6 @@ PRODUCT_PACKAGES += \ # These are the hardware-specific features PRODUCT_COPY_FILES += \ frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \ - 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.camera.xml:system/etc/permissions/android.hardware.camera.xml \ frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ |