Skip to content

Commit 1f1a770

Browse files
authored
Update build-rules.md (#2355)
Fixes #1837.
1 parent 066549f commit 1f1a770

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/android/build-rules.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,8 @@ Additional items speaker may mention:
2525
- For compliance and performance, Android must have crates in-tree. It must also
2626
interop with C/C++/Java code. Soong fills that gap.
2727

28-
- Soong has many similarities to Bazel, which is the open-source variant of
29-
Blaze (used in google3).
30-
31-
- There is a plan to transition
32-
[Android](https://source.android.com/docs/setup/build/bazel/introduction),
33-
[ChromeOS](https://chromium.googlesource.com/chromiumos/bazel/), and
34-
[Fuchsia](https://source.android.com/docs/setup/build/bazel/introduction) to
35-
Bazel.
36-
37-
- Learning Bazel-like build rules is useful for all Rust OS developers.
28+
- Soong has many similarities to [Bazel](https://bazel.build/), which is the
29+
open-source variant of Blaze (used in google3).
3830

3931
- Fun fact: Data from Star Trek is a Soong-type Android.
4032

0 commit comments

Comments
 (0)