commit | b7b3d8ead63ebe5ae84bbb26af4af5c9f5a719d2 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Dec 14 15:17:13 2020 +0000 |
committer | Anton Hansson <hansson@google.com> | Tue Dec 15 12:45:37 2020 +0000 |
tree | db2e50df00daaa4cc1683ee22bde06a258a55619 | |
parent | fc9f1c00022bdd95a0f7a687c0dc3c7e811a8636 [diff] |
Reformat _board_strip_readonly_list assigment Allows for adding comments between variable definitions. This matches the style in product.mk Test: m nothing Change-Id: Icc1e3d635a885000c49371997a55001739c02587
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.