commit | ee8b10230cbe584e1ba806c001e3a02fcafde43c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Sat Nov 10 21:48:59 2018 -0800 |
committer | Colin Cross <ccross@android.com> | Mon Nov 12 11:15:12 2018 -0800 |
tree | b3ff0a46f98370a384f53cf97f8928e693c40063 | |
parent | 4c9399d9889ee07a933fe3053d34ee6420e45442 [diff] |
Factor out json from soong_config.mk Factor out the json functions from soong_config.mk, and extend them to support maps. Bug: 119412419 Test: no change to soong.variables Change-Id: Ieea08fdd2aa202f60945103e3ca82538f098a942
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.