Remove --exclude-libs,ALL from TFLite Android linkopts
PiperOrigin-RevId: 260230272
This commit is contained in:
		
							parent
							
								
									322ec054af
								
							
						
					
					
						commit
						5128ca4b38
					
				@ -51,7 +51,6 @@ def tflite_linkopts_unstripped():
 | 
			
		||||
    return select({
 | 
			
		||||
        "//tensorflow:android": [
 | 
			
		||||
            "-Wl,--no-export-dynamic",  # Only inc syms referenced by dynamic obj.
 | 
			
		||||
            "-Wl,--exclude-libs,ALL",  # Exclude syms in all libs from auto export.
 | 
			
		||||
            "-Wl,--gc-sections",  # Eliminate unused code and data.
 | 
			
		||||
            "-Wl,--as-needed",  # Don't link unused libs.
 | 
			
		||||
        ],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user