diff --git a/AndroidCompat/getAndroid.ps1 b/AndroidCompat/getAndroid.ps1 index 56ba747e..6112aa27 100644 --- a/AndroidCompat/getAndroid.ps1 +++ b/AndroidCompat/getAndroid.ps1 @@ -12,7 +12,7 @@ $android_jar = (Get-Location).Path + "\tmp\android.jar" [IO.File]::WriteAllBytes($android_jar, [Convert]::FromBase64String($androidEncoded)) -# We need to remove any stub classes that we might use +# We need to remove any stub classes that we have implementations for Write-Output "Patching JAR..." function Remove-Files-Zip($zipfile, $path) @@ -87,4 +87,4 @@ Move-Item -Force $android_jar "AndroidCompat/lib/android.jar" Write-Output "Cleaning up..." Remove-Item -Recurse -Force "tmp" -Write-Output "Done!" \ No newline at end of file +Write-Output "Done!"