Commit d070a2f
fix(android): capture only stdout from nix build to fix SDK resolution on Linux
On Linux CI, Nix outputs warnings to stderr (e.g., "warning: Git tree is
dirty"). Using 2>&1 mixed these warnings into the captured path, causing
the directory check to fail and ANDROID_SDK_ROOT to stay empty. Changed
to 2>/dev/null so only the stdout store path is captured.
Also replaced android.sh build references in examples/android/devbox.json
with native gradle commands since android.sh build was removed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a29978e commit d070a2f
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments