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:
parent
096bffe79f
commit
75ed2c7111
1 changed files with 4 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue