commit | 0f7bb1b84b8ed069ae81eabf2284d9d9bd3a778e | [log] [tgz] |
---|---|---|
author | Steve Muckle <smuckle@google.com> | Thu Jul 11 17:42:13 2019 -0700 |
committer | Steve Muckle <smuckle@google.com> | Thu Jul 11 17:50:05 2019 -0700 |
tree | 8176058d388e934369386310b7a3ae7e5d9a4748 | |
parent | 69280d22e67b2fd1f0d0e08615f2bcb90032e4f9 [diff] |
install modules.softdep from depmod output The modules.softdep file is used to communicate soft dependencies between modules and is supported by libmodprobe. Bug: 130585369 Change-Id: I790ea872fde7fb0cb58e07277a32aa4688adcac6
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.