Note: This is copy of the reverted commit
cbc4b64bd1
(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
10 lines
320 B
XML
10 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>
|