aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/bazel-overview.md
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2018-03-28 10:35:37 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-28 10:36:59 -0700
commit9ea02e5daff7194c057ccff295e37e8ed9359147 (patch)
treee40ce9efdd771c75b0dc2a1a3291f410d9dc5cb7 /site/docs/bazel-overview.md
parent56d785217deabcae751a2c9143cb85bec4568e3e (diff)
Removed the statement of "What does Bazel support?" as it's limiting/misleading. Added supported host OSes to "multi-platform" paragraph.
RELNOTES: Removed the statement of "What does Bazel support?" as it's limiting/misleading. Added supported host OSes to "multi-platform" paragraph. PiperOrigin-RevId: 190793121
Diffstat (limited to 'site/docs/bazel-overview.md')
-rw-r--r--site/docs/bazel-overview.md17
1 files changed, 3 insertions, 14 deletions
diff --git a/site/docs/bazel-overview.md b/site/docs/bazel-overview.md
index 6755f8581d..a6f74d96d2 100644
--- a/site/docs/bazel-overview.md
+++ b/site/docs/bazel-overview.md
@@ -28,9 +28,9 @@ Bazel offers the following advantages:
speed up your builds, you can set up your project to build in a highly
parallel and incremental fashion.
-* **Bazel is multi-platform.** Bazel can build binaries and deployable
- packages for multiple platforms, including desktop, server, and mobile,
- from the same project.
+* **Bazel is multi-platform.** Bazel runs on Linux, macOS, and Windows. Bazel
+ can build binaries and deployable packages for multiple platforms, including
+ desktop, server, and mobile, from the same project.
* **Bazel scales.** Bazel maintains agility while handling builds with 100k+
source files. It works with multiple repositories and user bases in the tens
@@ -40,17 +40,6 @@ Bazel offers the following advantages:
choice.
-# What does Bazel support?
-
-Bazel supports the following:
-
-* **Programming languages**: Java, C++, Objective-C, Python, JavaScript, Go
-
-* **Operating systems**: Linux, macOS, Windows
-
-* **Target platforms**: Linux, macOS, Windows, Android, iOS, Google App Engine
-
-
# How do I use Bazel?
To build or test a project with Bazel, you typically do the following: