commit | e050e8fec0916942246a68b7248a917c54a96c36 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Wed Apr 13 13:52:14 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Wed Apr 13 14:48:59 2022 -0700 |
tree | 723fb67bce7a885dbb5d4ab4bb83ddcb85fa895d | |
parent | ec8316de2e95d63eb1c42adf88d3c033c2522f49 [diff] |
Implement enforce_product_packages_exist This is something that didn't show up as a regression when testing ninja files, but does show up when testing make variables. Bug: 229132189 Test: New --quick mode in rbc_dashboard.py Change-Id: I6c1219cdc5ee1d8b3cc39e8f944e99fc380d4668
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.