mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-30 23:58:51 +01:00 
			
		
		
		
	Fixed MTP to work with TWRP
This commit is contained in:
		
						commit
						f6dfaef42e
					
				
					 50820 changed files with 20846062 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								arch/x86/um/vdso/checkundef.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								arch/x86/um/vdso/checkundef.sh
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,10 @@ | |||
| #!/bin/sh | ||||
| nm="$1" | ||||
| file="$2" | ||||
| $nm "$file" | grep '^ *U' > /dev/null 2>&1 | ||||
| if [ $? -eq 1 ]; then | ||||
|     exit 0 | ||||
| else | ||||
|     echo "$file: undefined symbols found" >&2 | ||||
|     exit 1 | ||||
| fi | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228