commit | 85eb46d9935a460cf271457713b8d408907363b6 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Fri Jun 09 18:51:00 2023 -0700 |
committer | Joe Onorato <joeo@google.com> | Sat Jun 10 09:53:46 2023 -0700 |
tree | 4bcf262274f51ebeab4148c52fb460b07996df3b | |
parent | d92957254f06d533fae8bd48c562b0577e4e8f2b [diff] |
Clean up the API for release config in starlark Also gets the json summaries working again. Bug: 283477392 Test: Manual Change-Id: Iaeb840e96bd7fef2fa1492cb55d9688f7ca75858
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.