summaryrefslogtreecommitdiffstats
path: root/p51xx-common.mk
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2012-11-24 08:09:58 +0100
committercodeworkx <codeworkx@cyanogenmod.org>2012-11-24 08:09:58 +0100
commitaeeb94d3bd1b06b6357e9e5937c0ea3f70b3331e (patch)
tree053a9554c59ad9e6d13b7249efa68508964f98a7 /p51xx-common.mk
parent0c670fd40244d784f688ff9c1b710aa26c40a92c (diff)
downloaddevice_samsung_p5100-aeeb94d3bd1b06b6357e9e5937c0ea3f70b3331e.zip
device_samsung_p5100-aeeb94d3bd1b06b6357e9e5937c0ea3f70b3331e.tar.gz
device_samsung_p5100-aeeb94d3bd1b06b6357e9e5937c0ea3f70b3331e.tar.bz2
common: add audio effects config
Change-Id: Ifc6ef98ac6d158374e5dbe8eef22782eecffd74c
Diffstat (limited to 'p51xx-common.mk')
-rwxr-xr-xp51xx-common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/p51xx-common.mk b/p51xx-common.mk
index 7916c20..d2b9ebe 100755
--- a/p51xx-common.mk
+++ b/p51xx-common.mk
@@ -39,6 +39,10 @@ PRODUCT_COPY_FILES := \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/vold.fstab:system/etc/vold.fstab
+# Audio
+PRODUCT_COPY_FILES += \
+ $(LOCAL_PATH)/configs/audio_effects.conf:system/etc/audio_effects.conf
+
# GPS
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/gps.conf:system/etc/gps.conf \