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

Commit 90eecbad authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add vintf_fragments to android.hardware.confirmationui@1.0-service" am:...

Merge "Add vintf_fragments to android.hardware.confirmationui@1.0-service" am: 7f7285cb am: 1e6eb2fc

Change-Id: I37742feb6cca100f9da660cd151c2a01acf7dcc3
parents fa91aec7 1e6eb2fc
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>