Update enters

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

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# This is a bash script to create android.jar stubs
# foolproof against running from AndroidCompat dir instead of running from project root
if [ "$(basename $(pwd))" = "AndroidCompat" ]; then
cd ..