diff options
| author | Marc Bourgoin <themard85@gmail.com> | 2020-11-25 21:32:03 -0700 |
|---|---|---|
| committer | Nolen Johnson <johnsonnolen@gmail.com> | 2021-01-13 20:36:18 -0500 |
| commit | 79f744027be084b6b04884de0ab67ad952eb1f2a (patch) | |
| tree | 592f84f768247b2d43e123746ae1251c572a7ab0 | |
| parent | 020d3119bd34d9a3e539a869d898b149340716fd (diff) | |
ocean: Define override for our android.hardware.nfc@1.2-service
* This is to ensure our service is used.
Change-Id: Iacc7c85556e0c28383c71f7ef58ffe2c09c22580
| -rw-r--r-- | rootdir/etc/init.ocean.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/etc/init.ocean.rc b/rootdir/etc/init.ocean.rc index 995b19b..de85b8f 100644 --- a/rootdir/etc/init.ocean.rc +++ b/rootdir/etc/init.ocean.rc @@ -64,6 +64,7 @@ on property:ro.boot.hardware.sku=XT1955-6 service nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.2-service.st interface android.hardware.nfc@1.2::INfc default + override class hal user nfc group nfc |
