-
Notifications
You must be signed in to change notification settings - Fork 538
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] fastdev works with aab files (#8990)
Context: xamarin/monodroid@c6aae9e Changes: xamarin/monodroid@93ab95e...c6aae9e * xamarin/monodroid@c6aae9e5a: [tools/msbuild] Allow aab to use Fast Deployment. (xamarin/monodroid#1201) * xamarin/monodroid@1f7b83f50: Bump to xamarin/xamarin-android/main@f5fcd4d (xamarin/monodroid#1492) * xamarin/monodroid@4cda6063b: Bump to xamarin/androidtools@63b52d2 (xamarin/monodroid#1487) * xamarin/monodroid@2712c4863: Bump to xamarin/android-sdk-installer@0b8f403 (xamarin/monodroid#1489) * xamarin/monodroid@2a85ae88f: Bump to xamarin/xamarin-android/main@935808b (xamarin/monodroid#1491) * xamarin/monodroid@92b297ca1: Bump to xamarin/xamarin-android/main@c6117431 (xamarin/monodroid#1490) * xamarin/monodroid@7fe876775: Force loc task pool image to windows (xamarin/monodroid#1486) Commit xamarin/monodroid@c6aae9e5a removed the restriction from using `.aab` files during fast deployment. While using an `.aab` will still be slower that using an `.apk`, it should still speed up the development process for those using things like asset packs. The reason it is slower is because the `.aab` file has to go through `bundle-tool` to be packaged and installed. This is a slow process. The `.apk` is much faster as we work with it directly. Numerous unit tests have been updated to test fast deployment when using `.aab` files. As a result we have had to increase the number of CI bots we use so we can spread out the new tests amongst more machines.
- Loading branch information
1 parent
553e927
commit 0555f6a
Showing
9 changed files
with
54 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
xamarin/monodroid:main@93ab95e18077d56d9d55ce7b4069a534e2dea35e | ||
xamarin/monodroid:main@c6aae9e5a154cfbf2c3a94e046fa2c747c3b82e2 |
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
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