Skip to content

Commit 324207b

Browse files
committed
Properly use Import task
1 parent 858d9e6 commit 324207b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mono/msbuild/android/build/AndroidBuild.targets

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<EnableDefaultAssembliesToBundle Condition="'$(EnableDefaultAssembliesToBundle)' == ''">false</EnableDefaultAssembliesToBundle>
88
</PropertyGroup>
99

10+
<!-- Import default AOT arguments -->
11+
<Import Condition="'$(RunAOTCompilation)' == 'true'" Project="$(RepoTasksDir)AotCompilerTask\MonoAOTCompiler.props" />
1012
<UsingTask Condition="'$(AndroidGenerateAppBundle)' == 'true'"
1113
TaskName="AndroidAppBuilderTask"
1214
AssemblyFile="$(AndroidAppBuilderTasksAssemblyPath)" />

0 commit comments

Comments
 (0)