liboemservice_proxy: Remove service defs
`Liboemservice_proxy` was originally included as a part of the build target for DMD, which meant that the binder aidl declaration had to be done on all devices that used DMD (all Lassen devices), even if they didn't use the service. `Liboemservice_proxy` has now been decoupled from DMD so it only needs to be included on our target devices now. This CL removes the outdated service definitions. Test: Build gs101 and ensure it still builds. Bug: 321867236 Change-Id: Iefd8a4e563c41ffc5221810e3fb042dbe4a3e733
This commit is contained in:
parent
d790cec569
commit
34f3ee5073
1 changed files with 0 additions and 8 deletions
|
@ -142,14 +142,6 @@
|
||||||
<instance>sced0</instance>
|
<instance>sced0</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="aidl" optional="true">
|
|
||||||
<name>com.google.pixel.modem.logmasklibrary</name>
|
|
||||||
<version>1</version>
|
|
||||||
<interface>
|
|
||||||
<name>ILiboemserviceProxy</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl" optional="true">
|
<hal format="hidl" optional="true">
|
||||||
<name>vendor.samsung_slsi.telephony.hardware.radioExternal</name>
|
<name>vendor.samsung_slsi.telephony.hardware.radioExternal</name>
|
||||||
<version>1.1</version>
|
<version>1.1</version>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue