Note: This is copy of the reverted commit cbc4b64bd1bff8211ef43f8d32856bb342dafa52 (ag/24799507) plus the fix to the problem that caused the revert which is to mark the radio_ext service as optional in the compatibility matrix. Bug: 285459428 Test: manually verified dumpsys and logs that service starts without errors Change-Id: Ibcd427c501633a95e74e392837b41b0ef513a4a8
11 lines
320 B
XML
11 lines
320 B
XML
<compatibility-matrix version="1.0" type="framework">
|
|
<hal format="aidl" optional="true">
|
|
<name>vendor.google.radio_ext</name>
|
|
<version>1</version>
|
|
<interface>
|
|
<name>IRadioExt</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</compatibility-matrix>
|