From 64e5bbabb3c230e3e86039b5fc951fafd331d0d1 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 26 Mar 2021 02:40:20 +0430 Subject: [PATCH] Update enters --- AndroidCompat/getAndroid.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidCompat/getAndroid.ps1 b/AndroidCompat/getAndroid.ps1 index 947d836..ca743ec 100644 --- a/AndroidCompat/getAndroid.ps1 +++ b/AndroidCompat/getAndroid.ps1 @@ -1,4 +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 ..