You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
bootstrap v811_spc009_project 4 months ago
bpfmt v811_spc009_project 4 months ago
bpmodify v811_spc009_project 4 months ago
deptools v811_spc009_project 4 months ago
gotestmain v811_spc009_project 4 months ago
gotestrunner v811_spc009_project 4 months ago
loadplugins v811_spc009_project 4 months ago
microfactory v811_spc009_project 4 months ago
parser v811_spc009_project 4 months ago
pathtools v811_spc009_project 4 months ago
proptools v811_spc009_project 4 months ago
tests v811_spc009_project 4 months ago
.gofmt.sh v811_spc009_project 4 months ago
Blueprints v811_spc009_project 4 months ago
CODEOWNERS v811_spc009_project 4 months ago
CONTRIBUTING.md v811_spc009_project 4 months ago
LICENSE v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
PREUPLOAD.cfg v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
blueprint.bash v811_spc009_project 4 months ago
blueprint_impl.bash v811_spc009_project 4 months ago
bootstrap.bash v811_spc009_project 4 months ago
context.go v811_spc009_project 4 months ago
context_test.go v811_spc009_project 4 months ago
doc.go v811_spc009_project 4 months ago
glob.go v811_spc009_project 4 months ago
glob_test.go v811_spc009_project 4 months ago
go.mod v811_spc009_project 4 months ago
live_tracker.go v811_spc009_project 4 months ago
mangle.go v811_spc009_project 4 months ago
module_ctx.go v811_spc009_project 4 months ago
module_ctx_test.go v811_spc009_project 4 months ago
name_interface.go v811_spc009_project 4 months ago
ninja_defs.go v811_spc009_project 4 months ago
ninja_strings.go v811_spc009_project 4 months ago
ninja_strings_test.go v811_spc009_project 4 months ago
ninja_writer.go v811_spc009_project 4 months ago
ninja_writer_test.go v811_spc009_project 4 months ago
package_ctx.go v811_spc009_project 4 months ago
provider.go v811_spc009_project 4 months ago
provider_test.go v811_spc009_project 4 months ago
scope.go v811_spc009_project 4 months ago
singleton_ctx.go v811_spc009_project 4 months ago
splice_modules_test.go v811_spc009_project 4 months ago
visit_test.go v811_spc009_project 4 months ago

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