commit | 0c9a525b98ff138e3bceef8087a260af0d9b67b8 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Sat Aug 15 12:27:42 2020 -0700 |
committer | Dan Shi <dshi@google.com> | Wed Aug 19 21:22:50 2020 -0700 |
tree | 13889e058b8b16ffe7d9c7754af526a8e88b11c9 | |
parent | 2e80113ad211e01055df06fd52b37c1fea10e18e [diff] |
Add extra_test_configs option support in mk Bug: 163344047 Test: m -j HelloWorldHostTest hello_world_test HelloWorldTests Change-Id: Ie63c2a80e01984ac9941d0bad4ad7948e0bb8ac0
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.