Skip to content

Commit

Permalink
Also put back the android runtime tests runtime pack dir setting
Browse files Browse the repository at this point in the history
The tests seem to otherwise look in a coreclr directory for libmono
  • Loading branch information
lambdageek committed Jun 19, 2021
1 parent 317e4d9 commit 695bafb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/run.proj
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ namespace $([System.String]::Copy($(Category)).Replace(".","_").Replace("\","").
<FinalApkPath>$(XUnitTestBinBase)$(CategoryWithSlash)\$(Category).apk</FinalApkPath>
<StripDebugSymbols>False</StripDebugSymbols>
<StripDebugSymbols Condition="'$(Configuration)' == 'Release'">True</StripDebugSymbols>
<MicrosoftNetCoreAppRuntimePackDir>$(ArtifactsBinDir)microsoft.netcore.app.runtime.android-$(TargetArchitecture)\$(Configuration)\runtimes\android-$(TargetArchitecture)\</MicrosoftNetCoreAppRuntimePackDir>
<AndroidAbi Condition="'$(TargetArchitecture)' == 'arm64'">arm64-v8a</AndroidAbi>
<AndroidAbi Condition="'$(TargetArchitecture)' == 'arm'">armeabi-v7a</AndroidAbi>
<AndroidAbi Condition="'$(TargetArchitecture)' == 'x64'">x86_64</AndroidAbi>
Expand Down

0 comments on commit 695bafb

Please sign in to comment.