Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
One of the goals behind the Mono SDK/archive was to enable product builds
without having the entire Mono source present which means it should be possible
to remove Mono git submodule and build entire Xamarin.Android without any
issues. At the same time, we want to keep the ability to build Mono from source,
if necessary, for situations when a developer works on the BCL or the runtime
itself and there's no appropriate binary archive present. To that effect, this
commit implements the following:
.externalfile.externalfile so that we don't attempt to check out everything mentioned in there in
situations when a developer doesn't have access to the commercial bits.
zlib-helper.cfrom thelibmonodroidbuild - the API implementedin there is no longer used by Mono.
Xamarin.Android.Cecil.dllandXamarin.Android.Cecil.Mdb.dllare nolonger built from source. Instead we use
Cecilto reshapeMono.Cecilandconjure the two renamed and re-signed assemblies.
Xamarin.Android.Cecilproject reference now simplyreferences the conjured asseblies (which are also added to the bundle)