Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e294b49 authored by Jihoon Kang's avatar Jihoon Kang Committed by Gerrit Code Review
Browse files

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

parents 406015b2 03a9dfc4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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