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:
Roman Kiryanov 2020-04-09 12:16:56 -07:00
parent 15664d3f58
commit 41f2139cab
2 changed files with 13 additions and 1 deletions

View file

@ -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",
],
}
}

View file

@ -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>