From d628c23ae3d9f7cea42a5fa376e07e5363bd3113 Mon Sep 17 00:00:00 2001 From: Maxim Lipnin Date: Tue, 2 Mar 2021 15:17:52 +0300 Subject: [PATCH] Set default features flags to match to Android SDK defaults --- .../linker/SupportFiles/Directory.Build.props | 1 + eng/testing/tests.mobile.targets | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/eng/testing/linker/SupportFiles/Directory.Build.props b/eng/testing/linker/SupportFiles/Directory.Build.props index adaad9bfd9db65..b5c4dfe732fb21 100644 --- a/eng/testing/linker/SupportFiles/Directory.Build.props +++ b/eng/testing/linker/SupportFiles/Directory.Build.props @@ -2,6 +2,7 @@ true false + false true true link diff --git a/eng/testing/tests.mobile.targets b/eng/testing/tests.mobile.targets index 4fe3cadd832919..9fad53f9494133 100644 --- a/eng/testing/tests.mobile.targets +++ b/eng/testing/tests.mobile.targets @@ -21,6 +21,18 @@ false + + false + false + false + false + false + true + false + false + true + + true