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 @@ -328,7 +328,7 @@ Copyright (C) 2011-2012 Xamarin. All rights reserved.
328328 <AndroidEnableMarshalMethods Condition =" '$(AndroidEnableMarshalMethods)' == '' " >False</AndroidEnableMarshalMethods >
329329 <_AndroidUseMarshalMethods Condition =" '$(AndroidIncludeDebugSymbols)' == 'True' " >False</_AndroidUseMarshalMethods >
330330 <_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 >
332332 <_AndroidEmbedAssemblyStoreInRuntime Condition =" '$(_AndroidEmbedAssemblyStoreInRuntime)' == '' " >False</_AndroidEmbedAssemblyStoreInRuntime >
333333</PropertyGroup >
334334
You can’t perform that action at this time.
0 commit comments