Skip to content

Commit dcf6fb5

Browse files
committed
Don't test dynamic linking in here
1 parent 130514d commit dcf6fb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/BuildWithLibraryTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ public void BuildWithNativeLibraries ([Values (true, false)] bool isRelease)
413413
}
414414
};
415415
proj.SetRuntimeIdentifiers (["armeabi-v7a", "x86"]);
416+
proj.SetProperty ("_AndroidEnableNativeRuntimeLinking", "False");
416417
var path = Path.Combine (Root, "temp", string.Format ("BuildWithNativeLibraries_{0}", isRelease));
417418
using (var b1 = CreateDllBuilder (Path.Combine (path, dll2.ProjectName))) {
418419
Assert.IsTrue (b1.Build (dll2), "Build should have succeeded.");

0 commit comments

Comments
 (0)