commit | b137ef4e4f20805e0279f3f2776965b51d138a82 | [log] [tgz] |
---|---|---|
author | Victor Hugo Vianna Silva <victorvianna@google.com> | Wed Apr 06 17:30:18 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 06 17:30:18 2022 |
tree | ab1d1ea0c3996815f9589f9ce3059aadc89be468 | |
parent | b8ce30358b93c66b97ad177abe3e1015befc0b3f [diff] |
[docs/android] Make fast_local_dev_server.py a user (non-root) service With the current instructions, the server will be run as root. This causes some of the built files to be owned by root, and creates problems when other tooling wants to access them. Bug: 1202732 Change-Id: I91e9d3f2bf0caf461c3df6aac3743de25d994442 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3574654 Auto-Submit: Victor Vianna <victorvianna@google.com> Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/main@{#989498}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.