summaryrefslogtreecommitdiffstats
path: root/audio/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* hardware/libhardware_legacy: convert LOCAL_MODULE_PATH to ↵Colin Cross2014-01-241-1/+1
| | | | | | | | | LOCAL_MODULE_RELATIVE_PATH LOCAL_MODULE_PATH doesn't work for multiarch builds, replace it with LOCAL_MODULE_RELATIVE_PATH. Change-Id: I4e4ceec61d026bbe74ba604554c06104bde42e5e
* Add liblogYing Wang2013-04-091-1/+2
| | | | | Bug: 8580410 Change-Id: Ib86983540b34e8c9083979fdd21a17715ec53f80
* Remove obsolete references to libmediaGlenn Kasten2012-03-191-3/+1
| | | | Change-Id: I65c10c2c6248a439d8ba6b3e9d540072fb25039f
* Add libmedia_nativeGlenn Kasten2012-03-151-1/+2
| | | | Change-Id: I1d66327828a5adb06911de1f72076bc0295255c1
* audio policy manager: more generic A2DP impl.Eric Laurent2012-03-071-13/+0
| | | | | | | | | | | | | | | | | | | | This change makes support for A2DP related audio policy more generic: -removed WITH_A2DP compilation switch -use output profile descriptors listing the parameters (sampling rate, format...) devices and attributes (low power, tunneling...) for each available output. All the behavior specific to A2DP is derived from the A2DP output profile descriptor. - removed obsolete a2dpUsedForSonification() method. This is a first step towards a more generic support for different audio hardware modules (USB, HDMI) and output streams supporting different combinations of parameters (sampling rate, format...) and attributes (low power, tunneling...). Ultimately, the hw modules and output descriptors will loaded from a configuration file. Change-Id: Ife3e49e1afbcb72613bfc8ce38919bb087ca85ea
* hardware_legacy/audio: provide a default audio policy implementationDima Zavin2011-04-271-0/+28
| | | | | | | | | This uses the legacy policy code to build a default implementation that can be used while we figure out what the new policy inheritance should look like. Change-Id: I3e4154abc7152b4f560b28e391a268bf508767e3 Signed-off-by: Dima Zavin <dima@android.com>
* legacy: build legacy audio wrapper libsDima Zavin2011-04-271-0/+66
Note that the legacy audio helper libs are not part of the main libhardware_legacy lib itself. Change-Id: Ie08343ab8de2d298db0041c711d7e02a284bc4c3 Signed-off-by: Dima Zavin <dima@android.com>