Platform Tools Release 33.0.3 (8952118)
Snap for 8952093 from 8e5808e7470cbaf54807a1af54c8875ffc9870a5 to sdk-release

Change-Id: I771466f2aa2ccefc2b5d5606d2f0328010035199
tree: 9588a37736515820ab86172d71c21f5cb9317d27
  1. .github/
  2. bootstrap/
  3. bpfmt/
  4. bpmodify/
  5. deptools/
  6. gotestmain/
  7. gotestrunner/
  8. loadplugins/
  9. metrics/
  10. microfactory/
  11. parser/
  12. pathtools/
  13. proptools/
  14. tests/
  15. .gitignore
  16. .gofmt.sh
  17. Android.bp
  18. CODEOWNERS
  19. context.go
  20. context_test.go
  21. CONTRIBUTING.md
  22. doc.go
  23. glob.go
  24. glob_test.go
  25. go.mod
  26. LICENSE
  27. live_tracker.go
  28. mangle.go
  29. module_ctx.go
  30. module_ctx_test.go
  31. name_interface.go
  32. ninja_defs.go
  33. ninja_strings.go
  34. ninja_strings_test.go
  35. ninja_writer.go
  36. ninja_writer_test.go
  37. OWNERS
  38. package_ctx.go
  39. PREUPLOAD.cfg
  40. provider.go
  41. provider_test.go
  42. README.md
  43. scope.go
  44. singleton_ctx.go
  45. splice_modules_test.go
  46. visit_test.go
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