summaryrefslogtreecommitdiffstats
path: root/p31xx-common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'p31xx-common.mk')
-rwxr-xr-xp31xx-common.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/p31xx-common.mk b/p31xx-common.mk
index b2a70f7..a223f1a 100755
--- a/p31xx-common.mk
+++ b/p31xx-common.mk
@@ -32,12 +32,17 @@ PRODUCT_LOCALES += mdpi
PRODUCT_COPY_FILES := \
$(LOCAL_PATH)/init.espresso.usb.rc:root/init.espresso.usb.rc \
$(LOCAL_PATH)/init.espresso.rc:root/init.espresso.rc \
- $(LOCAL_PATH)/ueventd.espresso.rc:root/ueventd.espresso.rc
+ $(LOCAL_PATH)/ueventd.espresso.rc:root/ueventd.espresso.rc \
+ $(LOCAL_PATH)/fstab.espresso:root/fstab.espresso
# Vold
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 \