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

Commit db33cf25 authored by Steven Moreland's avatar Steven Moreland
Browse files

Deprecate nfc@1.0 for P.

nfc@1.0 requires a conf file (libnfc-nci.conf) in order to work.
Since this file has no schema, it is a system<->vendor violation
and must be placed on the system image, however this makes the
system image non-generic.

nfc@1.1 contains this configuration in the interface, and so it
can be used entirely without creating a Treble violation.

Test: P-launching devices have nfc@1.1
Bug: 72080121
Change-Id: I7a99eb7cd5e577be0c70b4c5124f28fa471717e6
parent fb749217
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@
    </hal>
    <hal format="hidl" optional="true">
        <name>android.hardware.nfc</name>
        <version>1.0-1</version>
        <version>1.1</version>
        <interface>
            <name>INfc</name>
            <instance>default</instance>