Update getAndroid.ps1

This commit is contained in:
Aria Moradi 2021-03-26 02:33:03 +04:30 committed by GitHub
parent c7dc7421aa
commit 8d86c88c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
# This is a windows only powershell script to create android.jar stubs
# foolproof against running from AndroidCompat dir instead of running from project root
if ($(Split-Path -Path (Get-Location) -Leaf) -eq "AndroidCompat" ) {
Set-Location ..
}