Commit 4fd58a1
refactor(tests): remove unnecessary SDK setup workaround
Process-compose processes inherit the devbox environment, including
ANDROID_SDK_ROOT which is set by the init_hook. The manual SDK setup
in build commands was unnecessary duplication.
Test confirmed that process-compose inherits environment:
ANDROID_SDK_ROOT=/nix/store/.../androidsdk/libexec/android-sdk
The init_hook in plugin.json already handles SDK setup via:
plugins/android/virtenv/scripts/init/setup.sh
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent b9eb8a8 commit 4fd58a1
3 files changed
Lines changed: 1 addition & 23 deletions
File tree
- examples
- android/tests
- react-native/tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 15 | + | |
24 | 16 | | |
25 | 17 | | |
26 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 24 | | |
32 | 25 | | |
33 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 23 | | |
31 | 24 | | |
32 | 25 | | |
| |||
0 commit comments