milanf: Patch configs to drop NFC logging levels

Co-authored-by: Georg Veichtlbauer <georg@vware.at>
Change-Id: I42bcd622dea35dd69f4fc6bb72a4767ca69af5c3
Signed-off-by: AnierinB <anierin@evolution-x.org>
This commit is contained in:
LuK1337 2023-12-29 09:59:31 +01:00 committed by AnierinB
parent 096bffe79f
commit 75ed2c7111

View file

@ -31,6 +31,10 @@ lib_fixups: lib_fixups_user_type = {
}
blob_fixups: blob_fixups_user_type = {
'vendor/etc/libnfc-nci.conf': blob_fixup()
.regex_replace('NFC_DEBUG_ENABLED=0x01', 'NFC_DEBUG_ENABLED=0'),
'vendor/etc/libnfc-nxp.conf': blob_fixup()
.regex_replace('(NXPLOG_.*_LOGLEVEL)=0x03', '\\1=0x02'),
'vendor/lib64/libBSTSWAD.so': blob_fixup()
.clear_symbol_version('AHardwareBuffer_allocate')
.clear_symbol_version('AHardwareBuffer_describe')