commit | 494499f4f03b7469cc9416254711af3cdd82c9bf | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Tue Nov 26 22:17:31 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 26 22:17:31 2024 +0000 |
tree | a0110cc476b0258e74fb8eaaa35e07da70aceb43 | |
parent | 2179aeba82363140ba5315b936fe76617bd56f23 [diff] | |
parent | a00b187fb96b32a2a58cc37732ead6814b9daa4e [diff] |
Merge "Handle null exception messages in FeatureFlagsImpl.java.template" into main am: a00b187fb9 Original change: https://android-review.googlesource.com/c/platform/build/+/3376833 Change-Id: Ie1611b197d0f1c4b9732a5f2dd3b751de7edbdb6 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.