From 8d86c88c38c58120b18e3950c14311abd486a8c4 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 26 Mar 2021 02:33:03 +0430 Subject: [PATCH] Update getAndroid.ps1 --- AndroidCompat/getAndroid.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AndroidCompat/getAndroid.ps1 b/AndroidCompat/getAndroid.ps1 index 6112aa2..947d836 100644 --- a/AndroidCompat/getAndroid.ps1 +++ b/AndroidCompat/getAndroid.ps1 @@ -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 .. }