Commit 761edd7
committed
fix: do not restrict gclient sync to the target platform deps
--deps=android drops the host DEPS entries along with the other
platforms', and the linux sysroot hook is one of them. gn gen then fails
with "Missing sysroot (//build/linux/debian_bullseye_amd64-sysroot)" for
//build/toolchain/linux:clang_x64 -- the host toolchain torque and
mksnapshot are built with, which every Android target needs.
target_os in .gclient already selects the target deps; keeping the host
ones as well is the point.1 parent 4290566 commit 761edd7
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
| |||
0 commit comments