Commit fcc005c
fix(android): ensure SDK is set up before gradle build
When we removed android.sh build, we lost the automatic SDK setup that
was at the top of android.sh. Now gradle is called directly without
the environment being initialized, causing 'SDK location not found' errors.
Added explicit SDK setup check before gradle build in test suite:
- Source ANDROID_SCRIPTS_DIR/init/setup.sh if ANDROID_SDK_ROOT not set
- Matches the auto-setup logic that was in android.sh
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 460e04c commit fcc005c
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
| |||
0 commit comments