commit | 336d458c507f13cd8ebef1e2a5080996bf98ecdd | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Nov 06 22:47:36 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Nov 06 22:47:36 2023 +0000 |
tree | ac0a38b95ddb7aae7d4f476a94afffbf30b7d03b | |
parent | 1030fb06f9af32ab292b7e5f4f69932a48be99b3 [diff] | |
parent | cc318d33e1bb11a700b17608b87e6e70ec54e0d1 [diff] |
Merge "Revert "Reapply "release_config: build flags can be lists""" into main am: cc318d33e1 Original change: https://android-review.googlesource.com/c/platform/build/+/2818084 Change-Id: Iaee8f8106c5157e9f8f8b3aca8ae6d6bb2c629b5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.