From b4aa700bec9d051ae8b481fb072cdf2348c03e57 Mon Sep 17 00:00:00 2001 From: Tommaso Fonda Date: Wed, 23 Apr 2025 09:56:03 +0530 Subject: [PATCH] rhodep: Patch sec NFC init Change-Id: I0c2a3b4db42d0e8af92c510bdd014eacc610b7f7 --- extract-files.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extract-files.py b/extract-files.py index 53459d4..ee28efd 100755 --- a/extract-files.py +++ b/extract-files.py @@ -40,6 +40,9 @@ lib_fixups: lib_fixups_user_type = { } blob_fixups: blob_fixups_user_type = { + 'vendor/etc/init/android.hardware.nfc@1.2-service.sec.rc': blob_fixup() + .regex_replace('sec', 'samsung') + .regex_replace('class hal', 'override\n class hal'), 'vendor/lib64/sensors.moto.so': blob_fixup() .add_needed('libbase_shim.so'), } # fmt: skip