Commit 157c03f
Fix CI NDK install path to use runner's ANDROID_HOME
The runner has ANDROID_HOME=/usr/local/lib/android/sdk pre-set, but the
install step was writing to $HOME/Android/Sdk — a different path. The
Makefile picks up the runner's ANDROID_HOME, so it found the pre-installed
NDK r27 instead of the downloaded r28.1 parent 573dd87 commit 157c03f
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments