Add vintf_fragments to android.hardware.confirmationui@1.0-service

Bug: 153666825
Test: presubmit
Signed-off-by: Roman Kiryanov <rkir@google.com>
Merged-In: Ib8ff51a60df30d6d8773d658bdadf3de904c0426
Change-Id: I0d23a4202919054efb04b3114edcb8639fcb3995
This commit is contained in:
Roman Kiryanov
2020-04-09 12:16:56 -07:00
parent 4c6e4c7ec4
commit ddedfb31ff
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>