Clone this repo:
  1. 31ce118 Merge "Add bazelmode and bazelmodedev as command args" by Christopher Parsons · 2 weeks ago master
  2. c3eb919 Add LSC tool meant for remediating module/file collisions. by MarkDacek · 3 weeks ago
  3. a034bea Add bazelmode and bazelmodedev as command args by Chris Parsons · 4 weeks ago
  4. 513e27a Merge "Edit bpmodify to check Android. files and use '=' as the separator for replacements. Test: go test -v and running bpmodify with the LSC tool" by Usta Shrestha · 4 weeks ago
  5. 2b70006 Edit bpmodify to check Android. files and use '=' as the separator for by MarkDacek · 5 weeks ago

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