You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When `NDK_ROOT` is set, this script would still set it to
`/tmp/android-ndk-r21e`, which does not normally contains NDK unless
`NDK_ROOT` is NOT set and `install_prereqs.sh` is called before.
Fix that line so that the if statement would properly exit when
`NDK_ROOT` is set.
0 commit comments