diff options
author | Eric Laurent <elaurent@google.com> | 2011-05-17 19:21:55 -0700 |
---|---|---|
committer | Eric Laurent <elaurent@google.com> | 2011-05-27 15:30:42 -0700 |
commit | f4c14874584036c1e99e145701b879d325f1dfca (patch) | |
tree | 5678f7e6857e80ce01d3dfbdc74ad77544c86370 /target/product/generic_no_telephony.mk | |
parent | d8c42b1af80431e567d891b842080ffd8697b0ef (diff) | |
download | build-f4c14874584036c1e99e145701b879d325f1dfca.zip build-f4c14874584036c1e99e145701b879d325f1dfca.tar.gz build-f4c14874584036c1e99e145701b879d325f1dfca.tar.bz2 |
Added audio effects config file.
A configuration file named audio_effects.conf is now used
to list audio effect libraries and engines to be loaded by the
effects factory. A default version of this file is installed
in /system/etc. OEMs can override this file by placing a file
with the same name under /vendor/etc.
Change-Id: Id10e0e54f53234ec52b22b6f882734edaf2648ac
Diffstat (limited to 'target/product/generic_no_telephony.mk')
-rw-r--r-- | target/product/generic_no_telephony.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/product/generic_no_telephony.mk b/target/product/generic_no_telephony.mk index 161d0b8..d44d918 100644 --- a/target/product/generic_no_telephony.mk +++ b/target/product/generic_no_telephony.mk @@ -64,7 +64,8 @@ PRODUCT_COPY_FILES := \ system/bluetooth/data/auto_pairing.conf:system/etc/bluetooth/auto_pairing.conf \ system/bluetooth/data/blacklist.conf:system/etc/bluetooth/blacklist.conf \ system/bluetooth/data/input.conf:system/etc/bluetooth/input.conf \ - system/bluetooth/data/network.conf:system/etc/bluetooth/network.conf + system/bluetooth/data/network.conf:system/etc/bluetooth/network.conf \ + frameworks/base/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) |