commit | 2bfd73a47d3596b8786669e28c72c48866f5511c | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Sun Jan 12 21:53:37 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sun Jan 12 21:53:37 2025 -0800 |
tree | 0d4f67ec1bd131e1bfd606689e0f20d0646f0a07 | |
parent | 8d546200fcfdac713c2828911ced2c33ad6e6e5c [diff] |
Revert^2 "Add modprobe (toolbox) to generic ramdisk" 8d546200fcfdac713c2828911ced2c33ad6e6e5c Change-Id: I27cba259c7acda69f6bd10a9870efd383b44de5d
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.