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

Commit 15351dcf authored by Kenny Root's avatar Kenny Root
Browse files

Use <fqname> to avoid conflicts

The newer way of specifying the interface is using <fqname> and it also
has the handy side-effect of not causing conflicts when we add the
strongbox implementation to devices.

Test: make # check $OUT for the correct manifest
Change-Id: If8333814723261c4f3de375861ee19a6d922d55f
parent 83208f08
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -2,10 +2,6 @@
    <hal format="hidl">
        <name>android.hardware.keymaster</name>
        <transport>hwbinder</transport>
        <version>4.0</version>
        <interface>
        <name>IKeymasterDevice</name>
            <instance>default</instance>
        </interface>
        <fqname>@4.0::IKeymasterDevice/default</fqname>
    </hal>
</manifest>