diff options
author | 2022-08-12 23:17:14 +0000 | |
---|---|---|
committer | 2022-08-16 17:34:39 +0000 | |
commit | 03a9dfc44e3274a63a550098ea33de846485d952 (patch) | |
tree | 2e44f773d13795da6510b0be8c7955c45c2f0245 /README.md | |
parent | d00b5629398bd4e670b45a13c220de3c1b9c021c (diff) |
Update link to Bazel's documentation in README.
The page was moved to a new location with launch of the new Bazel site: https://blog.bazel.build/2022/02/17/Launching-new-Bazel-site.html.
Test: m
Change-Id: I53bd60b1f51209a6e4e2e498aed68391a9e52a71
Bug: b/242351623
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,8 +13,7 @@ on source.android.com to read how Soong is configured for testing. By design, Android.bp files are very simple. There are no conditionals or control flow statements - any complexity is handled in build logic written in Go. The syntax and semantics of Android.bp files are intentionally similar -to [Bazel BUILD files](https://www.bazel.io/versions/master/docs/be/overview.html) -when possible. +to [Bazel BUILD files](https://bazel.build/concepts/build-files) when possible. ### Modules |