commit | 671bc15286e4ee976da0ab5e95ccffe5ce4d5539 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Nov 06 21:32:03 2023 +0000 |
committer | Colin Cross <ccross@android.com> | Mon Nov 06 21:39:40 2023 +0000 |
tree | e2c3aaab91eb3286986e4cbc092f90052e6f29db | |
parent | 1acc860f83e890e87185d0ab66225eb1a94b7737 [diff] |
Revert "Reapply "Add support for product-specific build flags"" Revert submission 2815850-product-flags Reason for revert: b/309477343 Reverted changes: /q/submissionid:2815850-product-flags Bug: 302593603 Bug: 309477343 Change-Id: I6294609d4c60973fceba567e37a6bc3b89239e42
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.