File tree 1 file changed +1
-1
lines changed
src/Xamarin.Android.Build.Tasks
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ Copyright (C) 2011-2012 Xamarin. All rights reserved.
328
328
<AndroidEnableMarshalMethods Condition =" '$(AndroidEnableMarshalMethods)' == '' " >False</AndroidEnableMarshalMethods >
329
329
<_AndroidUseMarshalMethods Condition =" '$(AndroidIncludeDebugSymbols)' == 'True' " >False</_AndroidUseMarshalMethods >
330
330
<_AndroidUseMarshalMethods Condition =" '$(AndroidIncludeDebugSymbols)' != 'True' " >$(AndroidEnableMarshalMethods)</_AndroidUseMarshalMethods >
331
- <_AndroidEmbedAssemblyStoreInRuntime Condition =" '$(AndroidUseAssemblyStore)' == 'True' And '$(_AndroidEmbedAssemblyStoreInRuntime)' == '' " >True</_AndroidEmbedAssemblyStoreInRuntime >
331
+ <_AndroidEmbedAssemblyStoreInRuntime Condition =" '$(AndroidUseAssemblyStore)' == 'True' And '$(EmbedAssembliesIntoApk)' == 'true' And '$( _AndroidEmbedAssemblyStoreInRuntime)' == '' " >True</_AndroidEmbedAssemblyStoreInRuntime >
332
332
<_AndroidEmbedAssemblyStoreInRuntime Condition =" '$(_AndroidEmbedAssemblyStoreInRuntime)' == '' " >False</_AndroidEmbedAssemblyStoreInRuntime >
333
333
</PropertyGroup >
334
334
You can’t perform that action at this time.
0 commit comments