am afd37c42: Merge "Build fix"
				
					
				
			* commit 'afd37c429b14d63ee4144f00cf1fb8041f681f68': Build fix
This commit is contained in:
		@@ -857,7 +857,7 @@ soinfo* do_dlopen(const char* name, int flags, const android_dlextinfo* extinfo)
 | 
			
		||||
    return NULL;
 | 
			
		||||
  }
 | 
			
		||||
  if (extinfo != NULL && ((extinfo->flags & ~(ANDROID_DLEXT_VALID_FLAG_BITS)) != 0)) {
 | 
			
		||||
    DL_ERR("invalid extended flags to android_dlopen_ext: %llx", extinfo->flags);
 | 
			
		||||
    DL_ERR("invalid extended flags to android_dlopen_ext: %x", extinfo->flags);
 | 
			
		||||
    return NULL;
 | 
			
		||||
  }
 | 
			
		||||
  protect_data(PROT_READ | PROT_WRITE);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user