File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,8 @@ Additional items speaker may mention:
25
25
- For compliance and performance, Android must have crates in-tree. It must also
26
26
interop with C/C++/Java code. Soong fills that gap.
27
27
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).
38
30
39
31
- Fun fact: Data from Star Trek is a Soong-type Android.
40
32
You can’t perform that action at this time.
0 commit comments