Commit 40e1723
committed
Temporarily force substitution of cvdalloc.
Do this for two reasons:
* since the substitution marker file is not updated, cvdalloc must be
substituted by flag during a `cvd fetch`. This also means since
cvdalloc is not copied back to the Android repository, cvdalloc is
missing even when substitution to override (e.g., during development)
is not desired
* updating the substitution marker file in Android is causing other
unrelated failures not detected by presubmit, and is blocking
rollout progress.
Once the substitution marker file change is completed safely, we can
revert this change.
Forced substitution like this should be safe, since cvdalloc is packaged
normally, and substitution unlinks if the target already exists.1 parent 49c1445 commit 40e1723
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
188 | 194 | | |
189 | 195 | | |
190 | 196 | | |
| |||
0 commit comments