commit | 7aa649a62cab54b1bfa130b6718d7c83a0aef935 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Fri Nov 03 12:27:43 2023 -0700 |
committer | Cole Faust <colefaust@google.com> | Mon Nov 06 10:42:01 2023 -0800 |
tree | 4f3d9cc2e21d3102a83b4bd5bed62aefd9f05b9b | |
parent | 253bd067da9e85f65ba330f450560ef020409439 [diff] |
Add PRODUCT_VALIDATION_CHECKS This is a new mechanism for asserting properties about your product config. See the documentation in product_validation_checks.mk for more information. Test: Manually Change-Id: I698dea899441f3773f839ea2ba1a2a6cfe59b57b
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.