mirror of
				https://github.com/oplus-giulia-dev/android_device_oneplus_sm8650-common
				synced 2025-11-04 22:56:24 +08:00 
			
		
		
		
	sm8650-common: Decommonize nfc configs[1/2]
This commit is contained in:
		@@ -88,11 +88,6 @@ blob_fixups: blob_fixups_user_type = {
 | 
			
		||||
    'vendor/bin/system_dlkm_modprobe.sh': blob_fixup()
 | 
			
		||||
        .regex_replace(r'.*\bzram or zsmalloc\b.*\n', '')
 | 
			
		||||
        .regex_replace(r'-e "zram" -e "zsmalloc"', ''),
 | 
			
		||||
    'vendor/etc/libnfc-nci.conf': blob_fixup()
 | 
			
		||||
        .regex_replace('NFC_DEBUG_ENABLED=1', 'NFC_DEBUG_ENABLED=0'),
 | 
			
		||||
    'vendor/etc/libnfc-nxp.conf': blob_fixup()
 | 
			
		||||
        .regex_replace('(NXPLOG_.*_LOGLEVEL)=0x03', '\\1=0x02')
 | 
			
		||||
        .regex_replace('NFC_DEBUG_ENABLED=1', 'NFC_DEBUG_ENABLED=0'),
 | 
			
		||||
    ('vendor/etc/media_codecs_pineapple.xml', 'vendor/etc/media_codecs_pineapple_vendor.xml'): blob_fixup()
 | 
			
		||||
        .regex_replace('.*media_codecs_(google_audio|google_c2|google_telephony|google_video|vendor_audio).*\n', ''),
 | 
			
		||||
    'vendor/lib64/vendor.libdpmframework.so': blob_fixup()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user