commit | fc8bde6994c837b22fe0a25139011e420b0a4ec9 | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Wed Dec 18 19:36:38 2024 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Fri Jan 03 22:05:45 2025 +0800 |
tree | 0d4f67ec1bd131e1bfd606689e0f20d0646f0a07 | |
parent | 28282e794f7a8794674362c7069f083dc4a9ee46 [diff] |
Add modprobe (toolbox) to generic ramdisk Added files in ramdisk: lrwxr-xr-x 1 root root 15 Jan 1 1970 system/bin/getevent -> toolbox_ramdisk lrwxr-xr-x 1 root root 15 Jan 1 1970 system/bin/getprop -> toolbox_ramdisk lrwxr-xr-x 1 root root 15 Jan 1 1970 system/bin/modprobe -> toolbox_ramdisk lrwxr-xr-x 1 root root 15 Jan 1 1970 system/bin/setprop -> toolbox_ramdisk lrwxr-xr-x 1 root root 15 Jan 1 1970 system/bin/start -> toolbox_ramdisk lrwxr-xr-x 1 root root 15 Jan 1 1970 system/bin/stop -> toolbox_ramdisk -rwxr-xr-x 1 root root 749600 Jan 1 1970 system/bin/toolbox_ramdisk Bug: 383081955 Test: Presubmit Change-Id: I5be86a66b34371f6b2ace12e59966469daeb5de4
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.