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