Skip to content

Commit a0c671f

Browse files
committed
_LinkNativeRuntime must be called earlier
Otherwise `<FileWrites>` in `_CompileNativeAssemblySources` won't actually get written to the cache and the `GenerateJavaStubsAndAssembly` test fails.
1 parent 6c1c742 commit a0c671f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,6 +1880,7 @@ because xbuild doesn't support framework reference assemblies.
18801880
<_CompileToDalvikDependsOnTargets>
18811881
_CompileJava;
18821882
_CreateApplicationSharedLibraries;
1883+
_LinkNativeRuntime;
18831884
_GetMonoPlatformJarPath;
18841885
_GetLibraryImports;
18851886
_SetProguardMappingFileProperty;

0 commit comments

Comments
 (0)