commit | 127115190b8b7380a120f897ba4645b9362bd36d | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon May 02 14:16:04 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Mon May 02 14:16:04 2022 -0700 |
tree | fdc5c5b417247a42e921d5512facb0c65fd203b5 | |
parent | 2b9eda69aa7ae58847020bb4936467b18854d481 [diff] |
Remove RBC_BOARD_CONFIG Always enable the rbc board config along with the product config now that board config works well. Bug: 231224938 Test: Presubmits Change-Id: I52a79d53dfe54878477ee015bd21863c4cee6b05
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.