commit | 874e88bbcafdac16b9080af3726f2b1ade90c788 | [log] [tgz] |
---|---|---|
author | Priyanka Advani (xWF) <padvani@google.com> | Fri Jan 10 15:38:55 2025 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 10 15:38:55 2025 -0800 |
tree | 198b2dc2a93c27ef8fea585d79d05bbe805541c3 | |
parent | 0809dc58e338e409fbbffe93e54e98a4d7160a35 [diff] | |
parent | e9058afa7a8c5788f447e9d339ae13312574519a [diff] |
Merge "Revert "Add modprobe (toolbox) to generic ramdisk"" into main am: 5c87b6868e am: e9058afa7a Original change: https://android-review.googlesource.com/c/platform/build/+/3445934 Change-Id: I32dc8755027f2f3ce4d0f2a3f1a6a498bf96bdcf 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.