Skip to content

Commit

Permalink
PL2: Use complete inheritance hierarchy for NXP service override
Browse files Browse the repository at this point in the history
host_init_verifier: device/nokia/PL2/rootdir/etc/init.PL2.target.rc: 17:
Interface 'android.hardware.nfc@1.2::INfc' requires its full inheritance hierarchy to be listed in this init_rc file. Missing interfaces: [android.hardware.nfc@1.0::INfc android.hardware.nfc@1.1::INfc]
host_init_verifier: Failed to parse init script 'device/nokia/PL2/rootdir/etc/init.PL2.target.rc' with 1 errors

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
  • Loading branch information
theimpulson committed Oct 16, 2020
1 parent 339e42a commit 157f422
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rootdir/etc/init.PL2.target.rc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ service nfc_hal_service-sec /vendor/bin/hw/android.hardware.nfc@1.2-service.sec
service vendor.nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.2-service
override
interface android.hardware.nfc@1.2::INfc default
interface android.hardware.nfc@1.1::INfc default
interface android.hardware.nfc@1.0::INfc default
class hal
user nfc
group nfc
Expand Down

0 comments on commit 157f422

Please sign in to comment.