commit | 18f69358f9aac4c0e24d1ebae06e58c82825b61d | [log] [tgz] |
---|---|---|
author | Andrew Grieve <agrieve@chromium.org> | Tue Jul 25 01:20:28 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 25 01:20:28 2023 |
tree | 9b73f489bf8247c43f8faeb750c579943ee1e56d | |
parent | 0873427619a4c58ed9f0dd36cb1be9ad435d5b17 [diff] |
Android: Have actions that use java list it as an input Without this, ninja does not know to re-run actions when the JDK is rolled. There are more inputs to java than just the java binary, but this should be sufficient to have actions re-run when the JDK changes. Bug: None Change-Id: I9a39f62c84d384b746da8112dd072174d55c22e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4712289 Reviewed-by: Junji Watanabe <jwata@google.com> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1174582}
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.