summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-03-24 11:23:48 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-03-24 11:23:48 -0700
commit4a74e94bee033447a02efb9605cb07d0b3f2ce46 (patch)
tree982159748d2818f5142e48c580389c0889e1f317
parent139747949e5a0f9e5c3eb603ce6859799e6917c7 (diff)
downloadsapphire-4a74e94bee033447a02efb9605cb07d0b3f2ce46.tar.gz
Add handling of AudioPara4.csv
Bug: 1869158 Bug: 2540972 Change-Id: I776cfe8f99fb30812138de649e23d8b3f9097a1e
-rwxr-xr-xextract-files.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/extract-files.sh b/extract-files.sh
index 553faa5..62195ad 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -19,6 +19,7 @@ adb pull /system/bin/akmd ../../../vendor/htc/sapphire/proprietary/akmd
chmod 755 ../../../vendor/htc/sapphire/proprietary/akmd
adb pull /system/etc/01_qcomm_omx.cfg ../../../vendor/htc/sapphire/proprietary/01_qcomm_omx.cfg
adb pull /system/etc/AudioFilter.csv ../../../vendor/htc/sapphire/proprietary/AudioFilter.csv
+adb pull /system/etc/AudioPara4.csv ../../../vendor/htc/sapphire/proprietary/AudioPara4.csv
adb pull /system/etc/AudioPreProcess.csv ../../../vendor/htc/sapphire/proprietary/AudioPreProcess.csv
adb pull /system/etc/firmware/brf6300.bin ../../../vendor/htc/sapphire/proprietary/brf6300.bin
adb pull /system/etc/pvasflocal.cfg ../../../vendor/htc/sapphire/proprietary/pvasflocal.cfg
@@ -70,6 +71,7 @@ PRODUCT_COPY_FILES += \\
vendor/htc/sapphire/proprietary/akmd:system/bin/akmd \\
vendor/htc/sapphire/proprietary/01_qcomm_omx.cfg:system/etc/01_qcomm_omx.cfg \\
vendor/htc/sapphire/proprietary/AudioFilter.csv:system/etc/AudioFilter.csv \\
+ vendor/htc/sapphire/proprietary/AudioPara4.csv:system/etc/AudioPara4.csv \\
vendor/htc/sapphire/proprietary/AudioPreProcess.csv:system/etc/AudioPreProcess.csv \\
vendor/htc/sapphire/proprietary/brf6300.bin:system/etc/firmware/brf6300.bin \\
vendor/htc/sapphire/proprietary/pvasflocal.cfg:system/etc/pvasflocal.cfg \\