Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41f2139c authored by Roman Kiryanov's avatar Roman Kiryanov
Browse files

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



Bug: 153666825
Test: boot, lshal | grep confirmationui
Signed-off-by: default avatarRoman Kiryanov <rkir@google.com>
Change-Id: Ib8ff51a60df30d6d8773d658bdadf3de904c0426
parent 15664d3f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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: [
+11 −0
Original line number Diff line number Diff line
<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>