Merge "Add vintf_fragments to android.hardware.confirmationui@1.0-service" am: 7f7285cb3b
Change-Id: I2791d16c5654d6a2f78d72bdbfbae9a19bfcad45
This commit is contained in:
commit
1e6eb2fc10
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