platform_hardware_interfaces/audio/common/2.0/default
Justin Yun eff28dc3ba Mark hidl utils as vndk
As a VNDK module, Android.bp must have 'vndk' tag as well as
'vendor_available: true'.

The 'vndk' tag for VNDK module is formated as below:
vndk: {
    enabled: true,
},

VNDK modules will be installed both in system/lib(64) as normal and
in system/lib(64)/vndk as a vendor variant.

Bug: 63866913
Test: build and boot with BOARD_VNDK_VERSION=current
Change-Id: If0eb0c1bddfa5bdc7ea0ca4635d4e53b59836582
2017-08-04 15:25:13 +09:00
..
Android.bp Mark hidl utils as vndk 2017-08-04 15:25:13 +09:00
EffectMap.cpp Implement audio devices and streams HAL delegating to legacy HAL 2016-11-15 08:52:39 -08:00
EffectMap.h Implement audio devices and streams HAL delegating to legacy HAL 2016-11-15 08:52:39 -08:00
HidlUtils.cpp audiohal: init and send all offloadinfo related element 2017-04-07 18:27:12 +00:00
HidlUtils.h Audio HAL: fixes for issues discovered after client conversion 2016-12-01 13:48:58 -08:00
OWNERS Add OWNERS for audio-related HAL default implementations 2017-07-14 17:14:53 +00:00