commit | 01b7c65db8c627b0bd2430e6cea0e6dd4c65734b | [log] [tgz] |
---|---|---|
author | Jeff DeCew <jeffdq@google.com> | Fri Apr 26 18:53:35 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 26 18:53:35 2024 +0000 |
tree | 8376bfbbb8eb8ee55140379f78a2de24379f74fa | |
parent | 0d3917068f740567771f51cfd420ad41247ff192 [diff] | |
parent | cfd7b0df36ead0be353caa2dd360ac5ef485dffa [diff] |
Merge "Generate CustomFeatureFlags" into main am: cfd7b0df36 Original change: https://android-review.googlesource.com/c/platform/build/+/3058402 Change-Id: I4d9eef66dd736e44fa82bd968936cfaf07bcb47f 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.