-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xamarin.Android.Build.Tasks] Bundled multidex jar (#124)
* [msbuild] switch to bundled multidex jar Android SDK had obsoleted multidex support components, so we'd rather embed the jar directly in our SDK. * Copy android-support-multidex.jar into mandroid directory. What this change actually does are: - additionally download support m2repository in android-toolchains. - extract multidex jar from support multidex aar. - extend UnzipDirectoryChildren task to support non-children extraction. * Copy support library license file to lib/mandroid as MULTIDEX_JAR_LICENSE. It is to make it clear that the jar file is from Android SDK support library.
- Loading branch information
1 parent
6805d20
commit b891914
Showing
4 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters