Skip to content

Commit eb84482

Browse files
committed
Fix the DuplicateManagedNames test again...
...after the recent changes it broke again
1 parent 6bc842c commit eb84482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Xamarin.Android.Build.Tasks/Tasks/GenerateJavaStubs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ void Run (bool useMarshalMethods)
250250

251251
var acwMapGen = new ACWMapGenerator (Log);
252252
if (!acwMapGen.Generate (templateCodeGenState, AcwMapFile)) {
253-
return;
253+
Log.LogDebugMessage ("ACW map generation failed");
254254
}
255255

256256
IList<string> additionalProviders = MergeManifest (templateCodeGenState, MaybeGetArchAssemblies (userAssembliesPerArch, templateCodeGenState.TargetArch));

0 commit comments

Comments
 (0)