Skip to content

Commit

Permalink
Fix a silly mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Jun 6, 2024
1 parent fba20e1 commit bf206b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/nuke/Native/SilkDroid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ string AndroidHome
return AndroidHomeValue;
}

if (AndroidHomeOverride is not null)
{
AndroidHomeValue = AndroidHomeOverride;
return AndroidHomeValue;
}

if ((Environment.GetEnvironmentVariable("ANDROID_HOME") ?? Environment.GetEnvironmentVariable("ANDROID_SDK_ROOT")) is {} sdk)
{
AndroidHomeOverride = sdk;

Check failure on line 41 in build/nuke/Native/SilkDroid.cs

View workflow job for this annotation

GitHub Actions / Windows Build

The name 'AndroidHomeOverride' does not exist in the current context

Check failure on line 41 in build/nuke/Native/SilkDroid.cs

View workflow job for this annotation

GitHub Actions / Build

The name 'AndroidHomeOverride' does not exist in the current context
Expand Down

0 comments on commit bf206b6

Please sign in to comment.