commit | cc2abae62e82ba4abb2e06e16b1f61534b9342f5 | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Fri Mar 12 23:22:05 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 12 23:22:05 2021 +0000 |
tree | 1df17ce88bac49076258415c8323d323d502f97c | |
parent | a3cfaead7bad0a1889c7f5839dfcc112d13dd071 [diff] | |
parent | a74a5a19bf02aa5c32d078d98e96d58d583a2679 [diff] |
Merge "Add bootconfig to kernel cmdline when BOARD_BOOTCONFIG not empty" am: a74a5a19bf Original change: https://android-review.googlesource.com/c/platform/build/+/1627053 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie0ab7ce322cc34d95c88172c27c0a692e378b858
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.