bangkk: Build samsung NFC HAL

Change-Id: Ie24e95fae238d8cd769b9cd555686991b699661c
This commit is contained in:
Michael Bestas 2024-07-26 22:01:59 +00:00
commit 3965a69915
No known key found for this signature in database
4 changed files with 5 additions and 4 deletions

View file

@ -31,6 +31,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\n user nfc', 'override\n class hal\n user nfc'),
'vendor/lib64/libBSTSWAD.so': blob_fixup()
.clear_symbol_version('AHardwareBuffer_allocate')
.clear_symbol_version('AHardwareBuffer_describe')