Update Blueprint link in README.md to point to Android's version. am: cd2604b0eb am: 311cacd336

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3142877

Change-Id: Id77a26ca2f2f3d00c9a078cd1fa61efea93aa069
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Roland Levillain
2024-06-21 17:54:45 +00:00
committed by Automerger Merge Worker

View File

@@ -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