summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2024-06-21 16:24:01 +0000
committer Roland Levillain <rpl@google.com> 2024-06-21 16:24:01 +0000
commitcd2604b0eb5321a40db2c1ac4bd4a7a6bd52fbae (patch)
tree1b4f590e522bf1a31cc19ebfd2d53caca4ee725f /README.md
parent1c74ac54a849a456a55b4f145c813be99ab45bd1 (diff)
Update Blueprint link in `README.md` to point to Android's version.
Change-Id: If6226e74f2d53658fceb8e5a4083745d2ecea140
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 140822b70..df428c267 100644
--- a/README.md
+++ b/README.md
@@ -603,10 +603,10 @@ hashes to `$OUT_DIR/soong/soong_config_trace.json`.
## Build logic
The build logic is written in Go using the
-[blueprint](http://godoc.org/github.com/google/blueprint) framework. Build
-logic receives module definitions parsed into Go structures using reflection
-and produces build rules. The build rules are collected by blueprint and
-written to a [ninja](http://ninja-build.org) build file.
+[blueprint](https://android.googlesource.com/platform/build/blueprint)
+framework. Build logic receives module definitions parsed into Go structures
+using reflection and produces build rules. The build rules are collected by
+blueprint and written to a [ninja](http://ninja-build.org) build file.
## Environment Variables Config File