commit | 616f233baf816030d78cbfcb6a6566f0fee6c09c | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Jul 16 05:30:32 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jul 16 05:30:32 2024 +0000 |
tree | 56d2f6824cb5a99cf7367ffb1ee686ad7c2804df | |
parent | 0750a70e868ce119e9f9c12f8e18e7298257c584 [diff] | |
parent | 235076ff5ef716d00cb9febe0639b8e6b09b2867 [diff] |
Merge changes from topic "cf_system_root_files" into main am: 94d502200c am: 235076ff5e Original change: https://android-review.googlesource.com/c/platform/build/+/3163175 Change-Id: I8d621d7341e778f8b4e74a7cb91b4336989f8276 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.