Extend ag/28090723 to zumapro.

ag/28090723 missed giving the bthal access to AoC version for zumapro
devices as well as zuma devices. This fixes that.

Bug: 349661931
Flag: com.android.bluetooth.hal.flags.pixel_bt_aoc_offload_efw_xport
Test: bthal on zumapro can read AoC version property
Change-Id: Iec6558630f7cbac7dc83bd621a9d8dbcd9bed000
This commit is contained in:
Madhav Iyengar 2024-07-02 00:24:06 +00:00
parent 45cf6e8e26
commit 8a2f931739

View file

@ -7,3 +7,6 @@ allow hal_bluetooth_btlinux vendor_bt_data_file:file create_file_perms;
# allow the HAL to call cccdktimesync registered callbacks
binder_call(hal_bluetooth_btlinux, vendor_cccdktimesync_app)
# Allow access for AoC properties.
get_prop(hal_bluetooth_btlinux, vendor_aoc_prop)