commit | 70a886c7ce71ac96bdbd49b501d3eda482755dc9 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Nov 08 12:12:45 2021 -0800 |
committer | Cole Faust <colefaust@google.com> | Tue Nov 09 17:09:04 2021 -0800 |
tree | 182f69fbd62a591bd9aa90cb0bcd8469217e6a5f | |
parent | 2f1bd70c9c7643a1a168aa29660fabdeb8fa7e83 [diff] |
Add soong_config_get Having a function to get soong config variables makes it easier to convert to starlark. Bug: 201700692 Test: m RBC_PRODUCT_CONFIG=1 RBC_BOARD_CONFIG=1 nothing and check output files Change-Id: I8627555df10d3f66f6154c00be9f0565076f1f94
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.