Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Nov 22, 2024
1 parent 3f1fbc6 commit e2ad080
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/Xamarin.Android.Build.Tasks/Utilities/ELFHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,16 @@ static void AssertValidLibraryAlignment (TaskLoggingHelper log, uint pageSize, s
log.LogDebugMessage ($" expected segment alignment of 0x{pageSize:x}, found 0x{segment64.Alignment:x}");

(string packageId, string packageVersion) = GetNugetPackageInfo ();
log.LogCodedWarning ("XA0141", Properties.Resources.XA0141, packageId, packageVersion, Path.GetFileName (path), archName);
log.LogCodedWarning (
"XA0141",
path,
lineNumber: 0,
Properties.Resources.XA0141,
packageId,
packageVersion,
Path.GetFileName (path),
archName
);
break;
}

Expand Down

0 comments on commit e2ad080

Please sign in to comment.