We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858d9e6 commit 324207bCopy full SHA for 324207b
src/mono/msbuild/android/build/AndroidBuild.targets
@@ -7,6 +7,8 @@
7
<EnableDefaultAssembliesToBundle Condition="'$(EnableDefaultAssembliesToBundle)' == ''">false</EnableDefaultAssembliesToBundle>
8
</PropertyGroup>
9
10
+ <!-- Import default AOT arguments -->
11
+ <Import Condition="'$(RunAOTCompilation)' == 'true'" Project="$(RepoTasksDir)AotCompilerTask\MonoAOTCompiler.props" />
12
<UsingTask Condition="'$(AndroidGenerateAppBundle)' == 'true'"
13
TaskName="AndroidAppBuilderTask"
14
AssemblyFile="$(AndroidAppBuilderTasksAssemblyPath)" />
0 commit comments