-
Notifications
You must be signed in to change notification settings - Fork 531
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] Add Inputs for _GenerateJavaStubs (#9319)
Context: xamarin/monodroid#1547 This commit updates the Inputs for the `_GenerateJavaStubs` and `_GeneratePackageManagerJava` targets so that the `@(AndroidEnvironment)` and `@(LibraryEnvironments)` items are only included when we are building a release build, or a build which embeds the assemblies into the apk. This is so that we can eventually fast deploy these files to the device; see also xamarin/monodroid#1547. To *not* attempt to (eventually) fast deploy `@(AndroidEnvironment)` and `@(LibraryEnvironments)`, set the (*internal*!) MSBuild property `$(_AndroidFastDeployEnvironmentFiles)` to False. A new unit test has been added to make sure that the environment values can be used correctly on device.
- Loading branch information
1 parent
1ce7ddc
commit 1171f8d
Showing
5 changed files
with
85 additions
and
16 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
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