File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -532,14 +532,11 @@ def ndk_cc_toolchain_config(
532532            enabled  =  True ,
533533        ),
534534
535-         # By default , allow use of APIs above the api_level, so long as the use is 
535+         # Optionally , allow use of APIs above the api_level, so long as the use is 
536536        # protected with a call to __builtin_available(android <version>, *). 
537537        # For more, see https://android.googlesource.com/platform/ndk/+/master/docs/BuildSystemMaintainers.md#weak-symbols-for-api-definitions 
538538        # This takes effect with NDK r26 and greater. 
539-         feature (
540-             name  =  "android_ndk_conditional_api_availabilty" ,
541-             enabled  =  True ,
542-         ),
539+         feature (name  =  "android_ndk_conditional_api_availabilty" ),
543540
544541        # User-settable feature controls warning aggressiveness for compilation. 
545542        feature (name  =  "warnings_as_errors" ),
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments