From 1f1a7708af97cc1ffda91c7c55291b931e598e08 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Wed, 11 Sep 2024 13:37:24 -0400 Subject: [PATCH] Update build-rules.md (#2355) Fixes #1837. --- src/android/build-rules.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/android/build-rules.md b/src/android/build-rules.md index 62b74f08..a6ea4ebc 100644 --- a/src/android/build-rules.md +++ b/src/android/build-rules.md @@ -25,16 +25,8 @@ Additional items speaker may mention: - For compliance and performance, Android must have crates in-tree. It must also interop with C/C++/Java code. Soong fills that gap. -- Soong has many similarities to Bazel, which is the open-source variant of - Blaze (used in google3). - -- There is a plan to transition - [Android](https://source.android.com/docs/setup/build/bazel/introduction), - [ChromeOS](https://chromium.googlesource.com/chromiumos/bazel/), and - [Fuchsia](https://source.android.com/docs/setup/build/bazel/introduction) to - Bazel. - -- Learning Bazel-like build rules is useful for all Rust OS developers. +- Soong has many similarities to [Bazel](https://bazel.build/), which is the + open-source variant of Blaze (used in google3). - Fun fact: Data from Star Trek is a Soong-type Android.