commit | a1848c3833d95286e7795273a49ec20adc2b34c6 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue May 21 16:53:55 2024 -0700 |
committer | Cole Faust <colefaust@google.com> | Tue May 21 16:53:55 2024 -0700 |
tree | 5eb6340d21b874d7f9b4bca224dd199d81415ea3 | |
parent | 1c51c1414252c887e45907371ee0d0d1bc8ce029 [diff] |
Export release flag types to soong Bug: 323382414 Test: Presubmits Change-Id: I8f91dfe84f9606a8cdbd2ca04013b1c10a146962
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.