55f3f8549f
Having the copy of default audio_policy.conf file in generic_no_telephony.mk doesn't work because of multiple inheritance on certain products. Move it to board/generic/device.mk to be consistent with how the audio HAL modules are managed. Issue 6333980. Change-Id: If6053ad596b6f693f43c72ba9cc54cb7a7cfa233 |
||
---|---|---|
.. | ||
AndroidBoard.mk | ||
BoardConfig.mk | ||
device.mk | ||
README.txt | ||
system.prop |
The "generic" product defines a non-hardware-specific target without a kernel or bootloader. It can be used to build the entire user-level system, and will work with the emulator, though sound will not work (see the "emulator" product for that). It is not a product "base class"; no other products inherit from it or use it in any way.