From 744fe6e3293c8197d66fb0f392b598cd0a383b83 Mon Sep 17 00:00:00 2001 From: Ramii Ahmed Date: Fri, 22 Apr 2022 16:54:41 +0000 Subject: [PATCH] sm6375-common: Override HAL service and enable with nfc SKU Change-Id: I3c33c50b65410a09a0e5529f3c9a94fbf36d8a31 --- rootdir/etc/init.nfc.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootdir/etc/init.nfc.rc b/rootdir/etc/init.nfc.rc index 32f540a..895fcee 100644 --- a/rootdir/etc/init.nfc.rc +++ b/rootdir/etc/init.nfc.rc @@ -4,7 +4,7 @@ # SPDX-License-Identifier: Apache-2.0 # -service nqnfc_2_0_hal_service /vendor/bin/hw/vendor.nxp.hardware.nfc@2.0-service +service vendor.nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.2-service override class hal user nfc @@ -12,4 +12,4 @@ service nqnfc_2_0_hal_service /vendor/bin/hw/vendor.nxp.hardware.nfc@2.0-service disabled on boot && property:ro.boot.product.hardware.sku=nfc - enable nqnfc_2_0_hal_service + enable vendor.nfc_hal_service