Skip to content

Commit 67044a4

Browse files
Fix EmbeddedResources_ShouldBeLocalized test
1 parent 72be384 commit 67044a4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets/Microsoft.Android.Sdk.AssemblyResolution.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ _ResolveAssemblies MSBuild target.
9696
;ResolveAssemblyReferencesFindRelatedSatellites=false
9797
;SkipCompilerExecution=true
9898
;_OuterIntermediateAssembly=@(IntermediateAssembly)
99+
;_OuterIntermediateSatelliteAssembliesWithTargetPath=@(IntermediateSatelliteAssembliesWithTargetPath)
99100
;_OuterOutputPath=$(OutputPath)
100101
;_OuterIntermediateOutputPath=$(IntermediateOutputPath)
101102
;_OuterCustomViewMapFile=$(_CustomViewMapFile)

src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets/Microsoft.Android.Sdk.NativeAOT.targets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ This file contains the NativeAOT-specific MSBuild logic for .NET for Android.
9898
<ResolvedFileToPublish Include="@(IlcCompileInput);@(_AndroidILLinkAssemblies)" RuntimeIdentifier="$(_OriginalRuntimeIdentifier)" />
9999
<!-- Include libc++ -->
100100
<ResolvedFileToPublish Include="$(_NdkSysrootDir)libc++_shared.so" RuntimeIdentifier="$(_OriginalRuntimeIdentifier)" />
101+
<!-- Satellite assemblies -->
102+
<IlcSatelliteAssembly Include="$(_OuterIntermediateSatelliteAssembliesWithTargetPath)" />
101103
</ItemGroup>
102104
</Target>
103105

0 commit comments

Comments
 (0)