commit | 70222b21eeb2a17f165d6f40d72aaa6d55c6a0d7 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Feb 21 10:41:03 2019 +0000 |
committer | Anton Hansson <hansson@google.com> | Thu Feb 21 14:02:15 2019 +0000 |
tree | 2cb1c604dea0b530cfb8d85a523733c695db22c4 | |
parent | dd025116cd076c78d90b82c003379805317da295 [diff] |
Add more BoardConfig variables to stash list I would like to centralize/standardize the BoardConfig variable sanity checking in a file similar to product_config.mk, but for now just add a few more standard BoardConfig variables to the .KATI_READONLY list. Also fix the inconsistent indentation in this file. Test: make Change-Id: I2a878b95ffc07e3f5bc4eb4970775bdef347e094
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.