commit | d6df20a058746d2858e31de751a0690f8fe7fb08 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Fri Jun 09 18:51:00 2023 -0700 |
committer | Joe Onorato <joeo@google.com> | Sun Jun 11 07:58:22 2023 -0700 |
tree | ddabc75c234fd15f24ced9b2264fd24665746194 | |
parent | 593bef715059c1b3f4ff846436d9c8e6649a3c2d [diff] |
Clean up the API for release config in starlark Also gets the json summaries working again. Bug: 283477392 Test: Manual Merged-In: Iaeb840e96bd7fef2fa1492cb55d9688f7ca75858 Change-Id: I05d9b816ad7ad30c1d238d01df811426d9aeddcb
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.