-
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] Extend the Aot Task to allow the passin…
…g of additional arguments (#185) Context https://bugzilla.xamarin.com/show_bug.cgi?id=43500 We need a way to pass additional arguments to the aot system. This is so users can add additional parameters to tweak the output. In the case of Bug 43500 we needed to be able to pass 'no-write-symbols' or 'no-debug' Rather than just hardcoding those values we now provide a $(AndroidAotAdditionalArguments) msbuild property which defaults to empty but users can override to pass any additional parameters that they need.
- Loading branch information
1 parent
e4b8f2c
commit da07038
Showing
2 changed files
with
6 additions
and
2 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