Commit 1be7d24
authored
Fix build script when
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.NDK_ROOT is set (#1203)1 parent 399f740 commit 1be7d24
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments