rhodep: Patch sec NFC init

Change-Id: I0c2a3b4db42d0e8af92c510bdd014eacc610b7f7
This commit is contained in:
Tommaso Fonda 2025-04-23 09:56:03 +05:30 committed by Anand S
parent 82611a1d08
commit b4aa700bec
No known key found for this signature in database
GPG key ID: F587155C4E02F4E6

View file

@ -40,6 +40,9 @@ lib_fixups: lib_fixups_user_type = {
} }
blob_fixups: blob_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() 'vendor/lib64/sensors.moto.so': blob_fixup()
.add_needed('libbase_shim.so'), .add_needed('libbase_shim.so'),
} # fmt: skip } # fmt: skip