commit | 72e36f0278228b5f540b3c26f8c0cb1d05842c2a | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Feb 26 17:36:30 2019 +0000 |
committer | Anton Hansson <hansson@google.com> | Wed Feb 27 14:29:01 2019 +0000 |
tree | feb80710c62afed200c9156ede0884fd638d3e52 | |
parent | b9544694a5d37a8a5d67050ef02055eb00284f29 [diff] |
Modify INTERNAL_KERNEL_CMDLINE instead of BOARD_ variant The current modification of the variable within the build system prohibits making the variable readonly. Test: build_test Test: boot blueline Change-Id: Iec6058a163b5951db389d4adc0d9d0397431efb1
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.