commit | f2910972211ed07b0a6c927268d314703c4710c5 | [log] [tgz] |
---|---|---|
author | Steve Muckle <smuckle@google.com> | Thu May 28 10:11:54 2020 -0700 |
committer | Steve Muckle <smuckle@google.com> | Tue Jun 02 15:16:54 2020 -0700 |
tree | 81c678926d4db7202ece8c8ef3409fe6b9c8806d | |
parent | 6be7b57ce7c20067c84fa50e417ff911c89d2b59 [diff] |
fix reference to BOARD_ODM_MODULES_LOAD This check is meant to initialize BOARD_ODM_KERNEL_MODULES_LOAD to BOARD_ODM_KERNEL_MODULES if BOARD_ODM_KERNEL_MODULES_LOAD is empty. Bug: 157645635 Change-Id: I9c8ac0e64bb002e926d15b446a63801d7cfa9911
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.