Update Blueprint link in README.md to point to Android's version.

Change-Id: If6226e74f2d53658fceb8e5a4083745d2ecea140
This commit is contained in:
Roland Levillain
2024-06-21 16:24:01 +00:00
parent 1c74ac54a8
commit cd2604b0eb

View File

@@ -603,10 +603,10 @@ hashes to `$OUT_DIR/soong/soong_config_trace.json`.
## Build logic ## Build logic
The build logic is written in Go using the The build logic is written in Go using the
[blueprint](http://godoc.org/github.com/google/blueprint) framework. Build [blueprint](https://android.googlesource.com/platform/build/blueprint)
logic receives module definitions parsed into Go structures using reflection framework. Build logic receives module definitions parsed into Go structures
and produces build rules. The build rules are collected by blueprint and using reflection and produces build rules. The build rules are collected by
written to a [ninja](http://ninja-build.org) build file. blueprint and written to a [ninja](http://ninja-build.org) build file.
## Environment Variables Config File ## Environment Variables Config File