aosp12/build/blueprint
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
.github/workflows init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
bootstrap init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
bpfmt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
bpmodify init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
deptools init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gotestmain init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gotestrunner init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
loadplugins init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
microfactory init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
parser init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pathtools init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
proptools init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tests init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gitignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gofmt.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Blueprints init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CODEOWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CONTRIBUTING.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
PREUPLOAD.cfg init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
blueprint.bash init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
blueprint_impl.bash init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
bootstrap.bash init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
context.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
context_test.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
doc.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
glob.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
glob_test.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
go.mod init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
live_tracker.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
mangle.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
module_ctx.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
module_ctx_test.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
name_interface.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ninja_defs.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ninja_strings.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ninja_strings_test.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ninja_writer.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ninja_writer_test.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
package_ctx.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
provider.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
provider_test.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
scope.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
singleton_ctx.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
splice_modules_test.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
visit_test.go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.md

Blueprint Build System

Blueprint is being archived on 2021 May 3.

On 2021 May 3, we will be archiving the Blueprint project. This means it will not be possible to file new issues or open new pull requests for this GitHub project. As the project is being archived, patches -- including security patches -- will not be applied after May 3. The source tree will remain available, but changes to Blueprint in AOSP will not be merged here and Blueprint's source tree in AOSP will eventually stop being usable outside of Android.

Whereas there are no meta-build systems one can use as a drop-in replacement for Blueprint, there are a number of build systems that can be used:

  • Bazel, Google's multi-language build tool to build and test software of any size, quickly and reliably
  • Soong, for building the Android operating system itself
  • CMake, an open-source, cross-platform family of tools designed to build, test and package software
  • Buck, a fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages
  • The venerable GNU Make