crosvm: Add a note on cros_workon_make.

It took me a while to realize the side effects making cargo fail.

BUG=None
TEST=read it.

Change-Id: I55db0e267452f865985d36d75c91a2314d117b06
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3026652
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Junichi Uekawa <uekawa@chromium.org>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
Junichi Uekawa 2021-07-14 19:02:32 +09:00 committed by Commit Bot
parent 5a01341edb
commit 2a33360586

View file

@ -17,6 +17,10 @@ workflow as any `cros_workon` package. The full package name is
See the [Chromium OS developer guide] for more on how to build and deploy with
Portage.
NOTE: `cros_workon_make` modifies crosvm's Cargo.toml and Cargo.lock. Please be
careful not to commit the changes. Moreover, with the changes cargo will fail to
build and clippy preupload check will fail.
[Chromium OS developer guide]: https://chromium.googlesource.com/chromiumos/docs/+/HEAD/developer_guide.md
### Building with Docker