diff --git a/.external b/.external
index 90e675b1832..ffd73a2699a 100644
--- a/.external
+++ b/.external
@@ -1,2 +1 @@
xamarin/monodroid:release/8.0.1xx@21aed734165ab0ea8bcaa1f4151bf13654153327
-mono/mono:2020-02@6dd9def57ce969ca04a0ecd9ef72c0a8f069112d
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index fa93c1e867c..9c3f02fab8f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -17,7 +17,6 @@ updates:
- dependency-name: "external/apksig"
- dependency-name: "external/debugger-libs"
- dependency-name: "external/lz4"
- - dependency-name: "external/mman-win32"
- dependency-name: "external/nrefactory"
- dependency-name: "external/opentk"
- dependency-name: "external/robin-map"
diff --git a/.gitmodules b/.gitmodules
index 6a7b436b555..7d9ca6c7122 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -14,10 +14,6 @@
path = external/lz4
url = https://github.com/lz4/lz4.git
branch = release
-[submodule "external/mman-win32"]
- path = external/mman-win32
- url = https://github.com/alitrack/mman-win32.git
- branch = master
[submodule "external/nrefactory"]
path = external/nrefactory
url = https://github.com/xamarin/NRefactory.git
diff --git a/Configuration.Override.props.in b/Configuration.Override.props.in
index 722b508470d..8e5284085df 100644
--- a/Configuration.Override.props.in
+++ b/Configuration.Override.props.in
@@ -38,24 +38,9 @@
- win-x86_64
-->
armeabi-v7a:win-armeabi-v7a:arm64:win-arm64:x86:win-x86:x86_64:win-x86_64
-
- Darwin:mxe-Win64
-
-
- clang
- clang++
$(HOME)\android-archives
$(HOME)\android-toolchain
- $(AndroidToolchainDirectory)\mxe
diff --git a/Configuration.props b/Configuration.props
index 06323961aa3..c784a59e5e1 100644
--- a/Configuration.props
+++ b/Configuration.props
@@ -69,15 +69,6 @@
$(BuildOutputDirectory)lib\packs\Microsoft.Android.Runtime.$(AndroidApiLevel).android-x64\$(AndroidPackVersion)\runtimes\android-x64\
$(BuildOutputDirectory)lib\packs\$(MicrosoftAndroidSdkPackName)\$(AndroidPackVersion)\
$(MicrosoftAndroidSdkPackDir)\tools\
- $(MSBuildThisFileDirectory)\bin\Build$(Configuration)\mingw-deps
- $(HostCc64)
- $(HostCxx64)
- $(HostCc32)
- $(HostCxx32)
- cc
- c++
- cc
- c++
-j$(HostCpuCount)
mono
--debug=casts
@@ -85,8 +76,6 @@
v1.0
$(HOME)\android-archives
$(HOME)\android-toolchain
- \usr
- $(HostHomebrewPrefix)
$(ANDROID_SDK_ROOT)
$(AndroidToolchainDirectory)\sdk
$(ANDROID_NDK_LATEST_HOME)
@@ -102,7 +91,6 @@
$(MSBuildThisFileDirectory)build-tools\gradle
$(GradleHome)\gradlew
--stacktrace --no-daemon
- $(HostOS)
armeabi-v7a:arm64:x86:x86_64:win-armeabi-v7a:win-arm64:win-x86:win-x86_64
armeabi-v7a:arm64:x86:x86_64
armeabi-v7a:arm64-v8a:x86:x86_64
@@ -113,13 +101,7 @@
$(MonoRequiredMinimumVersion)
False
True
- $(MSBuildThisFileDirectory)external\mono\sdks\out\android-sources\external\linker\src
$(MSBuildThisFileDirectory)external\opentk
- \usr
- $(HostHomebrewPrefix)\opt\mingw-zlib\usr
- $(MingwZlibRootDirectory)\i686-w64-mingw32
- $(MingwZlibRootDirectory)\x86_64-w64-mingw32
- libz.a
$(MSBuildThisFileDirectory)external\sqlite
$(MSBuildThisFileDirectory)
$(MSBuildThisFileDirectory)src-ThirdParty\
@@ -149,10 +131,6 @@
<_TestsProfiledAotName Condition=" '$(AndroidEnableProfiledAot)' == 'true' ">-Profiled
$(_TestsProfiledAotName)$(_TestsAotName)
-
- i686-w64-mingw32
- x86_64-w64-mingw32
-
1.8
1.8
@@ -161,12 +139,10 @@
$(JavaSdkDirectory)
- $([System.IO.Path]::GetFullPath ('$(AndroidMxeInstallPrefix)'))
$([System.IO.Path]::GetFullPath ('$(AndroidNdkDirectory)'))
$([System.IO.Path]::GetFullPath ('$(AndroidSdkDirectory)'))
$([System.IO.Path]::GetFullPath ('$(JavaInteropSourceDirectory)'))
$([System.IO.Path]::GetFullPath ('$(MonoSourceDirectory)'))
- $([System.IO.Path]::GetFullPath ('$(LinkerSourceDirectory)'))
$([System.IO.Path]::GetFullPath ('$(SqliteSourceDirectory)'))
$([System.IO.Path]::GetFullPath ('$(OpenTKSourceDirectory)'))
@@ -195,19 +171,6 @@
$(MSBuildThisFileDirectory)bin/Build$(Configuration)/SourceLink.json
-
-
- $(AndroidSupportedHostJitAbis)
- $(AndroidSupportedHostJitAbisForConditionalChecks):
- :$(AndroidSupportedHostJitAbisForConditionalChecks)
- $(AndroidSupportedHostJitAbis.Split(':'))
-
-
-
-
diff --git a/Documentation/building/configuration.md b/Documentation/building/configuration.md
index 630e27407d0..200f4fe202f 100644
--- a/Documentation/building/configuration.md
+++ b/Documentation/building/configuration.md
@@ -64,22 +64,6 @@ Overridable MSBuild properties include:
building `src/Mono.Android`. This is usually the same value as
`$(AndroidApiLevel)`, but may differ with Android Preview releases.
- * `$(AndroidSupportedHostJitAbis)`: The Android ABIs for which to build a
- host JIT *and* Xamarin.Android base class libraries (`mscorlib.dll`/etc.).
- The "host JIT" is used e.g. with the Xamarin Studio Designer, to render
- Xamarin.Android apps on the developer's machine.
- There can also be support for cross-compiling mono for a different
- host, e.g. to build Windows `libmonosgen-2.0.dll` from OS X.
- Supported host values include:
-
- * `Darwin`
- * `Linux`
- * `mxe-Win64`: Cross-compile Windows 64-bit binaries from Unix.
-
- The default value is `$(HostOS)`, where `$(HostOS)` is based on probing
- various environment variables and filesystem locations.
- On OS X, the default would be `Darwin`.
-
* `$(AndroidSupportedTargetAotAbis)`: The Android ABIs for which to build the
Mono AOT compilers. The AOT compilers are required in order to set the
[`$(RunAOTCompilation)`][runaotcompilation] app configuration property to True.
@@ -107,9 +91,6 @@ Overridable MSBuild properties include:
check when building Mono.Android if set to `True`. The check is performed
by default.
- * `$(HostCc)`, `$(HostCxx)`: The C and C++ compilers to use to generate
- host-native binaries.
-
* `$(IgnoreMaxMonoVersion)`: Skip the enforcement of the `$(MonoRequiredMaximumVersion)`
property. This is so that developers can run against the latest
and greatest. But the build system can enforce the min and max
diff --git a/Documentation/building/unix/instructions.md b/Documentation/building/unix/instructions.md
index cea4a849c4b..76388468e1e 100644
--- a/Documentation/building/unix/instructions.md
+++ b/Documentation/building/unix/instructions.md
@@ -348,8 +348,7 @@ The `ForceBuild` target can be executed as:
The `ForceBuild` target will build mono for *all* configured architectures,
then invoke the `_InstallRuntimes` target when all the mono's have finished
-building; see the `$(AndroidSupportedHostJitAbis)`,
-`$(AndroidSupportedTargetAotAbis)`, and `$(AndroidSupportedTargetJitAbis)`
+building; see the `$(AndroidSupportedTargetAotAbis)`, and `$(AndroidSupportedTargetJitAbis)`
MSBuild properties within [README.md](../../README.md). This may not always be
desirable, for example if you're trying to fix a Mono runtime bug for a
specific ABI, and improving turnaround time is paramount.
diff --git a/Makefile b/Makefile
index f1bb5760d47..b15785d433c 100644
--- a/Makefile
+++ b/Makefile
@@ -59,18 +59,6 @@ ifneq ($(PREPARE_AUTOPROVISION),0)
_PREPARE_ARGS += --auto-provision=yes --auto-provision-uses-sudo=yes
endif
-ifeq ($(OS_NAME),Darwin)
-ifeq ($(HOMEBREW_PREFIX),)
-HOMEBREW_PREFIX ?= $(shell brew --prefix)
-endif
-else
-HOMEBREW_PREFIX := $prefix
-endif
-
-ifeq ($(wildcard Configuration.OperatingSystem.props),)
-PREPARE_MSBUILD_FLAGS += "/p:HostHomebrewPrefix=$(HOMEBREW_PREFIX)"
-endif
-
ifneq ($(PREPARE_SCENARIO),)
_PREPARE_ARGS += -s:"$(PREPARE_SCENARIO)"
endif
diff --git a/Xamarin.Android.sln b/Xamarin.Android.sln
index 0e6838a8ab1..46701dbf8fc 100644
--- a/Xamarin.Android.sln
+++ b/Xamarin.Android.sln
@@ -11,8 +11,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "jnienv-gen", "build-tools\j
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "api-merge", "build-tools\api-merge\api-merge.csproj", "{3FC3E78B-F7D4-42EA-BBE8-4535DF42BFF8}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "remap-assembly-ref", "build-tools\remap-assembly-ref\remap-assembly-ref.csproj", "{C876DA71-8573-4CEF-9149-716D72455ED4}"
-EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{04E3E11E-B47D-4599-8AFC-50515A95E715}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Java.Interop", "external\Java.Interop\src\Java.Interop\Java.Interop.csproj", "{94BD81F7-B06F-4295-9636-F8A3B6BDC762}"
@@ -157,10 +155,6 @@ Global
{3FC3E78B-F7D4-42EA-BBE8-4535DF42BFF8}.Debug|AnyCPU.Build.0 = Debug|Any CPU
{3FC3E78B-F7D4-42EA-BBE8-4535DF42BFF8}.Release|AnyCPU.ActiveCfg = Release|Any CPU
{3FC3E78B-F7D4-42EA-BBE8-4535DF42BFF8}.Release|AnyCPU.Build.0 = Release|Any CPU
- {C876DA71-8573-4CEF-9149-716D72455ED4}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
- {C876DA71-8573-4CEF-9149-716D72455ED4}.Debug|AnyCPU.Build.0 = Debug|Any CPU
- {C876DA71-8573-4CEF-9149-716D72455ED4}.Release|AnyCPU.ActiveCfg = Release|Any CPU
- {C876DA71-8573-4CEF-9149-716D72455ED4}.Release|AnyCPU.Build.0 = Release|Any CPU
{94BD81F7-B06F-4295-9636-F8A3B6BDC762}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
{94BD81F7-B06F-4295-9636-F8A3B6BDC762}.Debug|AnyCPU.Build.0 = Debug|Any CPU
{94BD81F7-B06F-4295-9636-F8A3B6BDC762}.Release|AnyCPU.ActiveCfg = Release|Any CPU
@@ -397,7 +391,6 @@ Global
{1D4FC8F1-0DA4-4F38-BE68-11AEBA9A0EA4} = {04E3E11E-B47D-4599-8AFC-50515A95E715}
{AFB8F6D1-6EA9-42C3-950B-98F34C669AD2} = {E351F97D-EA4F-4E7F-AAA0-8EBB1F2A4A62}
{3FC3E78B-F7D4-42EA-BBE8-4535DF42BFF8} = {E351F97D-EA4F-4E7F-AAA0-8EBB1F2A4A62}
- {C876DA71-8573-4CEF-9149-716D72455ED4} = {E351F97D-EA4F-4E7F-AAA0-8EBB1F2A4A62}
{94BD81F7-B06F-4295-9636-F8A3B6BDC762} = {04E3E11E-B47D-4599-8AFC-50515A95E715}
{B501D075-6183-4E1D-92C9-F7B5002475B1} = {04E3E11E-B47D-4599-8AFC-50515A95E715}
{D14A1B5C-2060-4930-92BE-F7190256C735} = {04E3E11E-B47D-4599-8AFC-50515A95E715}
diff --git a/build-tools/conjure-xamarin-android-cecil/conjure-xamarin-android-cecil.cs b/build-tools/conjure-xamarin-android-cecil/conjure-xamarin-android-cecil.cs
deleted file mode 100644
index 4b8fa391e16..00000000000
--- a/build-tools/conjure-xamarin-android-cecil/conjure-xamarin-android-cecil.cs
+++ /dev/null
@@ -1,74 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.IO;
-using System.Linq;
-
-using Mono.Cecil;
-
-public class ConjureXamarinAndroidCecil
-{
- const string BaseNameReplacement = "Xamarin.Android.Cecil";
- const string CecilAssemblyName = BaseNameReplacement;
- const string CecilMdbAssemblyName = BaseNameReplacement + ".Mdb";
- const string PublicKey =
- "00240000048000009400000006020000" +
- "00240000525341310004000001000100" +
- "79159977D2D03A8E6BEA7A2E74E8D1AF" +
- "CC93E8851974952BB480A12C9134474D" +
- "04062447C37E0E68C080536FCF3C3FBE" +
- "2FF9C979CE998475E506E8CE82DD5B0F" +
- "350DC10E93BF2EEECF874B24770C5081" +
- "DBEA7447FDDAFA277B22DE47D6FFEA44" +
- "9674A4F9FCCF84D15069089380284DBD" +
- "D35F46CDFF12A1BD78E4EF0065D016DF";
-
- static readonly List internalsVisibleTo = new List {
- $"Xamarin.Android.Cecil.Pdb, PublicKey={PublicKey}",
- $"Xamarin.Android.Cecil.Mdb, PublicKey={PublicKey}"
- };
-
- public static int Main (string[] args)
- {
- if (args.Length < 2) {
- Console.WriteLine ("Usage:
-
- $(MicrosoftAndroidSdkOutDir)Mono.CompilerServices.SymbolWriter.dll
-
-
- $(MicrosoftAndroidSdkOutDir)Xamarin.Android.Cecil.dll
-
-
- $(MicrosoftAndroidSdkOutDir)Xamarin.Android.Cecil.Mdb.dll
-
-
-
-
+
@@ -54,195 +43,40 @@
-
- Linker\Mono.Tuner\AdjustVisibility.cs
-
-
- Linker\Mono.Tuner\CecilRocks.cs
-
-
- Linker\Mono.Tuner\CheckVisibility.cs
-
-
- Linker\Linker\Annotations.cs
-
-
- Linker\Linker\AssemblyAction.cs
-
-
- Linker\Linker\AssemblyResolver.cs
-
-
- Linker\Linker\AssemblyUtilities.cs
-
-
- Linker\Linker\I18nAssemblies.cs
-
-
- Linker\Linker\Inflater.cs
-
-
- Linker\Linker\IXApiVisitor.cs
-
-
- Linker\Linker\LinkContext.cs
-
-
- Linker\Linker\MethodAction.cs
-
-
- Linker\Linker\MethodReferenceExtensions.cs
-
-
- Linker\Linker\OutputException.cs
-
-
- Linker\Linker\OverrideInformation.cs
-
-
- Linker\Linker\Pipeline.cs
-
-
- Linker\Linker\TypeNameParser.cs
-
-
- Linker\Linker\TypePreserve.cs
-
-
- Linker\Linker\TypeReferenceExtensions.cs
-
-
- Linker\Linker\XApiReader.cs
-
-
- Linker\Linker.Steps\BlacklistStep.cs
-
-
- Linker\Linker.Steps\BaseStep.cs
-
-
- Linker\Linker.Steps\CleanStep.cs
-
-
- Linker\Linker.Steps\IStep.cs
-
-
- Linker\Linker.Steps\LoadI18nAssemblies.cs
-
-
- Linker\Linker.Steps\LoadReferencesStep.cs
-
-
- Linker\Linker.Steps\OutputStep.cs
-
-
- Linker\Linker.Steps\RegenerateGuidStep.cs
-
-
- Linker\Linker.Steps\ResolveFromAssemblyStep.cs
-
-
- Linker\Linker.Steps\ResolveFromXApiStep.cs
-
-
- Linker\Linker.Steps\ResolveFromXmlStep.cs
-
-
- Linker\Linker.Steps\ResolveStep.cs
-
-
- Linker\Linker.Steps\TypeMapStep.cs
-
-
- Linker\Linker.Steps\SweepStep.cs
-
-
- Linker\Linker.Steps\MarkStep.cs
-
-
- Linker\Linker.Steps\PreserveDependencyLookupStep.cs
-
-
- Linker\Linker.Steps\BodySubstituterStep.cs
-
-
- Linker\Linker\IDependencyRecorder.cs
-
-
- Linker\Linker\IReflectionPatternRecorder.cs
-
-
- Linker\Linker\LoggingReflectionPatternRecorder.cs
-
-
- Linker\Linker\XmlDependencyRecorder.cs
-
-
- Linker\Linker\LoadException.cs
-
-
- Linker\Linker\MarkException.cs
-
-
- Linker\Linker\ConsoleLogger.cs
-
-
- Linker\Linker\ILogger.cs
-
-
- Linker\Linker\Tracer.cs
-
-
- Linker\Linker\MarkingHelpers.cs
-
-
- Linker\Linker\KnownMembers.cs
-
-
- Linker\Linker\MethodDefinitionExtensions.cs
-
-
- Linker\Linker\MethodBodyScanner.cs
-
-
- Linker\Linker\TypeDefinitionExtensions.cs
-
-
- Linker\Linker\BCL.cs
-
-
- Linker\Mono.Tuner\ApplyPreserveAttributeBase.cs
-
-
- Linker\Mono.Tuner\Dispatcher.cs
-
-
- Linker\Mono.Tuner\CustomizeActions.cs
-
-
- Linker\Mono.Tuner\Extensions.cs
-
-
- Linker\Mono.Tuner\FixModuleFlags.cs
-
-
- Linker\Mono.Tuner\PreserveCrypto.cs
-
-
- Linker\Mono.Tuner\PreserveSoapHttpClients.cs
-
-
- Linker\Mono.Tuner\Profile.cs
-
-
- Linker\Mono.Tuner\RemoveAttributesBase.cs
-
-
- Linker\Mono.Tuner\RemoveResources.cs
-
-
- Linker\Mono.Tuner\RemoveSecurity.cs
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mono.Android\IntentFilterAttribute.cs
@@ -261,21 +95,6 @@
Utilities\StringRocks.cs
-
- Linker\Mono.Tuner\FilterAttributes.cs
-
-
- Linker\Mono.Tuner\InjectSecurityAttributes.cs
-
-
- Linker\Mono.Tuner\PrintStatus.cs
-
-
- Linker\Mono.Tuner\RemoveSerialization.cs
-
-
- Linker\Mono.Tuner\TunerAnnotations.cs
-
Mono.Android\UsesLibraryAttribute.cs
diff --git a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.targets b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.targets
index ad49a5e4116..7aa2f2c8e35 100644
--- a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.targets
+++ b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.targets
@@ -181,7 +181,7 @@
+ Replacements="@JAVA_INTEROP_COMMIT@=$(_BuildInfo_JavaInteropCommit);@SQLITE_COMMIT@=$(_BuildInfo_SqliteCommit);@XAMARIN_ANDROID_TOOLS_COMMIT@=$(_BuildInfo_XamarinAndroidToolsCommit);">
<_ExtraPackageSource Include="$(PkgXamarin_Build_AsyncTask)\lib\$(TargetFrameworkNETStandard)\Xamarin.Build.AsyncTask.pdb" />
<_ExtraPackageTarget Include="$(OutputPath)\Xamarin.Build.AsyncTask.pdb" />
+ <_ExtraPackageSource Include="$(PkgMono_Cecil)\lib\$(TargetFrameworkNETStandard)\Mono.Cecil.pdb" />
+ <_ExtraPackageTarget Include="$(OutputPath)\Mono.Cecil.pdb" />
+ <_ExtraPackageSource Include="$(PkgMono_Cecil)\lib\$(TargetFrameworkNETStandard)\Mono.Cecil.Mdb.pdb" />
+ <_ExtraPackageTarget Include="$(OutputPath)\Mono.Cecil.Mdb.pdb" />
<_ExtraPackageSource Include="$(PkgMono_Unix)\lib\$(TargetFrameworkNETStandard)\Mono.Unix.pdb" />
<_ExtraPackageTarget Include="$(OutputPath)\Mono.Unix.pdb" />
diff --git a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.BuildInfo.txt.in b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.BuildInfo.txt.in
index 3fce495b128..7606ffaa56e 100644
--- a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.BuildInfo.txt.in
+++ b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.BuildInfo.txt.in
@@ -6,7 +6,6 @@
#
# Lines starting with # are comments
#
-Mono: @MONO_COMMIT@
Java.Interop: @JAVA_INTEROP_COMMIT@
SQLite: @SQLITE_COMMIT@
Xamarin.Android Tools: @XAMARIN_ANDROID_TOOLS_COMMIT@
diff --git a/src/Xamarin.Android.Tools.Aidl/Xamarin.Android.Tools.Aidl.csproj b/src/Xamarin.Android.Tools.Aidl/Xamarin.Android.Tools.Aidl.csproj
index 72222d4f09b..44a16cd6941 100644
--- a/src/Xamarin.Android.Tools.Aidl/Xamarin.Android.Tools.Aidl.csproj
+++ b/src/Xamarin.Android.Tools.Aidl/Xamarin.Android.Tools.Aidl.csproj
@@ -9,9 +9,7 @@
$(NoWarn);CA1305
-
- $(MicrosoftAndroidSdkOutDir)Xamarin.Android.Cecil.dll
-
+
diff --git a/src/Xamarin.Android.Tools.JavadocImporter/Xamarin.Android.Tools.JavadocImporter.csproj b/src/Xamarin.Android.Tools.JavadocImporter/Xamarin.Android.Tools.JavadocImporter.csproj
index a2a6de446e3..8529f06fb6b 100644
--- a/src/Xamarin.Android.Tools.JavadocImporter/Xamarin.Android.Tools.JavadocImporter.csproj
+++ b/src/Xamarin.Android.Tools.JavadocImporter/Xamarin.Android.Tools.JavadocImporter.csproj
@@ -11,9 +11,7 @@
-
- $(MicrosoftAndroidSdkOutDir)Xamarin.Android.Cecil.dll
-
+
diff --git a/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj b/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj
index 12bf94a46b0..15d262d06cf 100644
--- a/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj
+++ b/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj
@@ -37,9 +37,7 @@
-
- $(MicrosoftAndroidSdkOutDir)Xamarin.Android.Cecil.dll
-
+
@@ -55,6 +53,4 @@
-
-
diff --git a/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.targets b/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.targets
deleted file mode 100644
index a5d9d353238..00000000000
--- a/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.targets
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- <_Source Include="$(OutputPath)Mono.Debugging.Soft.dll">
- Mono.Cecil
- $(OutputPath)Xamarin.Android.Cecil.dll
-
- <_Source Include="$(OutputPath)Mono.Debugger.Soft.dll">
- Mono.Cecil
- $(OutputPath)Xamarin.Android.Cecil.dll
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/Xamarin.Android.Tools.Aidl-Tests/Xamarin.Android.Tools.Aidl-Tests.csproj b/tests/Xamarin.Android.Tools.Aidl-Tests/Xamarin.Android.Tools.Aidl-Tests.csproj
index 12a729d15b4..28b64d83c19 100644
--- a/tests/Xamarin.Android.Tools.Aidl-Tests/Xamarin.Android.Tools.Aidl-Tests.csproj
+++ b/tests/Xamarin.Android.Tools.Aidl-Tests/Xamarin.Android.Tools.Aidl-Tests.csproj
@@ -22,8 +22,6 @@
-
- ..\..\bin\$(Configuration)\lib\xamarin.android\xbuild\Xamarin\Android\Xamarin.Android.Cecil.dll
-
+