commit | be6d5f13b24a7d30c07936bfab48b060d8cc43a8 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Nov 23 14:42:01 2021 -0800 |
committer | Cole Faust <colefaust@google.com> | Tue Nov 23 16:45:29 2021 -0800 |
tree | 2da53852efbf239dbbc24c3caaa5639456b5ee7e | |
parent | 4228f8f7a3d9c6bf75b784ae524f4ff28d76712b [diff] |
Exclude predefined variables from board config mk2rbc has a few predefined variables that can't be set in the product/board config makefiles, unless they're set to their predefined values. Exclude these variables from the board config input variables so that they don't conflict. Bug: 201700692 Test: m RBC_BOARD_CONFIG=1 mainline_system_x86_64-userdebug (ninja files differ still but this fixes a compilation error) Change-Id: Idc11b2c5029d28116236b289ad1f09afaaf83cc3
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.