rhodep: Patch sec NFC init
Change-Id: I0c2a3b4db42d0e8af92c510bdd014eacc610b7f7
This commit is contained in:
parent
82611a1d08
commit
b4aa700bec
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue