diff --git a/Makefile b/Makefile index 071616c0c6c..5098e5a180f 100644 --- a/Makefile +++ b/Makefile @@ -111,6 +111,8 @@ prepare-deps: prepare-external $(MSBUILD) $(MSBUILD_FLAGS) build-tools/dependencies/dependencies.csproj prepare-props: prepare-deps + cp $(call GetPath,JavaInterop)/external/Mono.Cecil* "$(call GetPath,MonoSource)/external" + cp "$(call GetPath,JavaInterop)/product.snk" "$(call GetPath,MonoSource)" cp build-tools/scripts/Configuration.Java.Interop.Override.props external/Java.Interop/Configuration.Override.props cp $(call GetPath,MonoSource)/mcs/class/msfinal.pub . diff --git a/build-tools/scripts/Configuration.Java.Interop.Override.props b/build-tools/scripts/Configuration.Java.Interop.Override.props index 21f49311f20..69dad68e3c1 100644 --- a/build-tools/scripts/Configuration.Java.Interop.Override.props +++ b/build-tools/scripts/Configuration.Java.Interop.Override.props @@ -1,6 +1,7 @@ + $(MSBuildThisFileDirectory)..\..\external\mono\external\cecil $(MSBuildThisFileDirectory)..\..\bin\$(Configuration)\lib\xamarin.android\xbuild\Xamarin\Android\ diff --git a/external/Java.Interop b/external/Java.Interop index 0418d22611a..bed29582923 160000 --- a/external/Java.Interop +++ b/external/Java.Interop @@ -1 +1 @@ -Subproject commit 0418d22611a51bc6c630814a6087366103d8df21 +Subproject commit bed29582923e35e692ae9354404937df6c5c1863