Merge "Update link to Bazel's documentation in README."

This commit is contained in:
Jihoon Kang
2022-08-17 20:38:19 +00:00
committed by Gerrit Code Review

View File

@@ -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 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 control flow statements - any complexity is handled in build logic written in
Go. The syntax and semantics of Android.bp files are intentionally similar 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) to [Bazel BUILD files](https://bazel.build/concepts/build-files) when possible.
when possible.
### Modules ### Modules