From 57cd0318e2fd5d8b2c4f09cb897900b7d2a8abe7 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Tue, 6 Feb 2024 20:01:42 -0800 Subject: [PATCH] Set ro.audio.ihaladaptervendorextension_enabled property This property is used by libaudiohal@aidl to detect whether the system_ext partition provides an instance of IHalAdapterVendorExtension. Bug: 323106963 Test: atest audiorouting_test Change-Id: I88d4f8ad2aff0c52f103d76e8e17e0f3d049d3b5 --- audio/aidl.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/aidl.mk b/audio/aidl.mk index 185e628..b8fd96b 100644 --- a/audio/aidl.mk +++ b/audio/aidl.mk @@ -26,5 +26,7 @@ DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/audio/aidl/d PRODUCT_PROPERTY_OVERRIDES += \ vendor.audio_hal.aidl.enable=true +PRODUCT_SYSTEM_EXT_PROPERTIES += \ + ro.audio.ihaladaptervendorextension_enabled=true $(call soong_config_set,pixel_audio_hal_type,aidl_build,true)