commit | 1bcdd24ad92d5449acc8d150083131fe9bd65d78 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Feb 07 15:17:55 2022 -0800 |
committer | Cole Faust <colefaust@google.com> | Mon Feb 07 15:17:55 2022 -0800 |
tree | 96486b7c1765c04b6ab91bad4de810e6537691a3 | |
parent | d183371cda26fd5b8a1d0dd25cbd84c1c76721e1 [diff] |
Pass --makefile_list to rbc board configuration So that mk2rbc will just read from the file instead of searching the source tree for makefiles. Bug: 213508006 Test: m RBC_BOARD_CONFIG=1 nothing Change-Id: I6b7e2aa000ad9861173c58cc06f6d49c9c11a0a7
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.