Add new IScreenProtectorDetectorService to manifest.
Fixes service not found: servicemanager: Could not find com.google.input.algos.spd.IScreenProtectorDetectorService/default in the VINTF manifest. bug: 260302317 Test: Boot ok and service found. Change-Id: I47e6c5e41fd665310f2f7e6e09c15f1f21c1d940 Signed-off-by: Mark Chang <changmark@google.com>
This commit is contained in:
parent
e64fbfc479
commit
bcd8d85776
2 changed files with 14 additions and 0 deletions
|
@ -138,6 +138,13 @@
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
|
<hal format="aidl" optional="true">
|
||||||
|
<name>com.google.input.algos.spd</name>
|
||||||
|
<interface>
|
||||||
|
<name>IScreenProtectorDetectorService</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
<hal format="aidl" optional="true">
|
<hal format="aidl" optional="true">
|
||||||
<name>com.google.input</name>
|
<name>com.google.input</name>
|
||||||
<interface>
|
<interface>
|
||||||
|
|
|
@ -23,6 +23,13 @@
|
||||||
</interface>
|
</interface>
|
||||||
<fqname>@1.3::IDevice/google-armnn</fqname>
|
<fqname>@1.3::IDevice/google-armnn</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
|
<hal format="aidl">
|
||||||
|
<name>com.google.input.algos.spd</name>
|
||||||
|
<interface>
|
||||||
|
<name>IScreenProtectorDetectorService</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
<hal format="aidl">
|
<hal format="aidl">
|
||||||
<name>com.google.input</name>
|
<name>com.google.input</name>
|
||||||
<interface>
|
<interface>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue