sm6375-common: Fix VINTF Compatibility check
* We're already inheriting these from QTI FCM. So it throws error while running VINTF check since these are only defined in manifest and not in device FCM. Change-Id: If3c68b027fe7337ed2bc936f0035477ccca4d9b6
This commit is contained in:
parent
f125b49b3b
commit
8451ea6b97
1 changed files with 0 additions and 19 deletions
19
manifest.xml
19
manifest.xml
|
@ -90,15 +90,6 @@
|
||||||
<fqname>@1.5::IRadio/slot1</fqname>
|
<fqname>@1.5::IRadio/slot1</fqname>
|
||||||
<fqname>@1.5::IRadio/slot2</fqname>
|
<fqname>@1.5::IRadio/slot2</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
|
||||||
<name>android.hardware.radio.config</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>1.2</version>
|
|
||||||
<interface>
|
|
||||||
<name>IRadioConfig</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.secure_element</name>
|
<name>android.hardware.secure_element</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
@ -588,15 +579,5 @@
|
||||||
<instance>imsrtpservice</instance>
|
<instance>imsrtpservice</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
|
||||||
<name>vendor.qti.hardware.qccsyshal</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>1.2</version>
|
|
||||||
<interface>
|
|
||||||
<name>IQccsyshal</name>
|
|
||||||
<instance>qccsyshal</instance>
|
|
||||||
</interface>
|
|
||||||
<fqname>@1.2::IQccsyshal/qccsyshal</fqname>
|
|
||||||
</hal>
|
|
||||||
<kernel target-level="5"/>
|
<kernel target-level="5"/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
Loading…
Reference in a new issue