commit | 8d546200fcfdac713c2828911ced2c33ad6e6e5c | [log] [tgz] |
---|---|---|
author | Priyanka Advani (xWF) <padvani@google.com> | Fri Jan 10 11:18:06 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 10 11:18:08 2025 -0800 |
tree | d08d20bd9f1663aad36891149ef6731e9db1be4f | |
parent | fc8bde6994c837b22fe0a25139011e420b0a4ec9 [diff] |
Revert "Add modprobe (toolbox) to generic ramdisk" Revert submission 3421399-modprobe.static.ramdisk Reason for revert: Droidmonitor created revert due to b/389116741. Will be verifying through ABTD before submission. Reverted changes: /q/submissionid:3421399-modprobe.static.ramdisk Change-Id: I2021843513c8cd6a21219063d5be19535780352d
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.