commit | 6d9e78fd5d6e154b6369a3d8088d510dfc675558 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Mon Dec 21 13:56:05 2020 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Mon Dec 21 13:56:05 2020 -0800 |
tree | a86c0332f62139c8fbe4b3bd8e72023db697368d | |
parent | 817e1042901824375e12a672d8e74e001d27e97a [diff] |
Swich TEST_MAPPING config to unit_tests:true All unit_tests:true are run in presubmit which avoids the explicit definition of TEST_MAPPING. Test: presubmit runs all those tests Bug: 175408655 Change-Id: Ibfad3fe2dd8d2fa1ebc6f6bcbd8ab34c2a0069dc
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.