android13/build/blueprint
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
.github/workflows initial 2024-06-22 20:45:49 +08:00
bootstrap initial 2024-06-22 20:45:49 +08:00
bpfmt initial 2024-06-22 20:45:49 +08:00
bpmodify initial 2024-06-22 20:45:49 +08:00
deptools initial 2024-06-22 20:45:49 +08:00
gotestmain initial 2024-06-22 20:45:49 +08:00
gotestrunner initial 2024-06-22 20:45:49 +08:00
loadplugins initial 2024-06-22 20:45:49 +08:00
metrics initial 2024-06-22 20:45:49 +08:00
microfactory initial 2024-06-22 20:45:49 +08:00
parser initial 2024-06-22 20:45:49 +08:00
pathtools initial 2024-06-22 20:45:49 +08:00
proptools initial 2024-06-22 20:45:49 +08:00
tests initial 2024-06-22 20:45:49 +08:00
.gitignore initial 2024-06-22 20:45:49 +08:00
.gofmt.sh initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
CODEOWNERS initial 2024-06-22 20:45:49 +08:00
CONTRIBUTING.md initial 2024-06-22 20:45:49 +08:00
LICENSE initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
PREUPLOAD.cfg initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
context.go initial 2024-06-22 20:45:49 +08:00
context_test.go initial 2024-06-22 20:45:49 +08:00
doc.go initial 2024-06-22 20:45:49 +08:00
glob.go initial 2024-06-22 20:45:49 +08:00
glob_test.go initial 2024-06-22 20:45:49 +08:00
go.mod initial 2024-06-22 20:45:49 +08:00
live_tracker.go initial 2024-06-22 20:45:49 +08:00
mangle.go initial 2024-06-22 20:45:49 +08:00
module_ctx.go initial 2024-06-22 20:45:49 +08:00
module_ctx_test.go initial 2024-06-22 20:45:49 +08:00
name_interface.go initial 2024-06-22 20:45:49 +08:00
ninja_defs.go initial 2024-06-22 20:45:49 +08:00
ninja_strings.go initial 2024-06-22 20:45:49 +08:00
ninja_strings_test.go initial 2024-06-22 20:45:49 +08:00
ninja_writer.go initial 2024-06-22 20:45:49 +08:00
ninja_writer_test.go initial 2024-06-22 20:45:49 +08:00
package_ctx.go initial 2024-06-22 20:45:49 +08:00
provider.go initial 2024-06-22 20:45:49 +08:00
provider_test.go initial 2024-06-22 20:45:49 +08:00
scope.go initial 2024-06-22 20:45:49 +08:00
singleton_ctx.go initial 2024-06-22 20:45:49 +08:00
splice_modules_test.go initial 2024-06-22 20:45:49 +08:00
visit_test.go initial 2024-06-22 20:45:49 +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