Add vintf_fragments to android.hardware.confirmationui@1.0-service
Bug: 153666825 Test: boot, lshal | grep confirmationui Signed-off-by: Roman Kiryanov <rkir@google.com> Change-Id: Ib8ff51a60df30d6d8773d658bdadf3de904c0426
This commit is contained in:
parent
15664d3f58
commit
41f2139cab
2 changed files with 13 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
cc_binary {
|
||||
name: "android.hardware.confirmationui@1.0-service",
|
||||
init_rc: ["android.hardware.confirmationui@1.0-service.rc"],
|
||||
vintf_fragments: ["android.hardware.confirmationui@1.0-service.xml"],
|
||||
vendor: true,
|
||||
relative_install_path: "hw",
|
||||
cflags: [
|
||||
|
@ -39,4 +40,4 @@ cc_binary {
|
|||
"liblog",
|
||||
"libutils",
|
||||
],
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.confirmationui</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IConfirmationUI</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</manifest>
|
Loading…
Reference in a new issue