commit | d6eab6f827aa9317ed7bb1b00e52c64b6e5a9e25 | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Wed Mar 10 16:28:49 2021 -0800 |
committer | Devin Moore <devinmoore@google.com> | Wed Mar 10 16:28:49 2021 -0800 |
tree | a22e8d7087924a2a397f98c12a5595dca98f3590 | |
parent | b6840067c48cb1f5b87650506a1efc0cf01df5a7 [diff] |
Add bootconfig to kernel cmdline when BOARD_BOOTCONFIG not empty The 'bootconfig' kernel cmdline parameter needs to exist for the kernel to search for bootconfig. If BOARD_BOOTCONFIG contains anything, then add the parameter to the kernel cmdline. Test: Boot cuttlefish and verify /proc/cmdline has 'bootconfig' after removing it from cuttlefish BoardConfig.mk Bug: 173815685 Change-Id: I112a2a8e02ba7265c5547d9244298e07f26985ba
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.