configs: Enable flag to compile test apps in vendor image
Enable COMPILE_HAL_TEST_APPS_IN_VENDOR_IMAGE flag to compile HAL test apps and libs as part of vendor image. CRs-Fixed: 2273661 Change-Id: I56326bff4b1c089b51428b973cb96e75ce6ec5e7
This commit is contained in:
parent
f3df38ded8
commit
b82be378a0
|
@ -45,6 +45,7 @@ BOARD_SUPPORTS_QSTHW_API := true
|
|||
AUDIO_FEATURE_DISABLED_SOUND_TRIGGER_LEGACY_HAL := true
|
||||
AUDIO_FEATURE_ENABLED_COMPRESS_INPUT := true
|
||||
AUDIO_FEATURE_ENABLED_CUSTOMSTEREO := true
|
||||
COMPILE_HAL_TEST_APPS_IN_VENDOR_IMAGE := true
|
||||
|
||||
##AUDIO_FEATURE_FLAGS
|
||||
|
||||
|
|
Loading…
Reference in New Issue