commit | efb72f14b700cca2e85a09c8eb5c6d0fd73e91bb | [log] [tgz] |
---|---|---|
author | Yihan Dong <slotus@google.com> | Thu May 09 13:09:47 2024 +0800 |
committer | Yihan Dong <slotus@google.com> | Thu May 09 13:09:47 2024 +0800 |
tree | 08cc8461f1d6a185234ebbf79d126f13aa94cc97 | |
parent | 0a5b852656d1599c9eabf88dcb23bcbc4384f6a8 [diff] |
Exclude mcts tests from cts based on the env config Test: make cts EXCLUDE_MCTS=true Bug: 339554071 Change-Id: Ia81eab597993064f5edc722be6af70bcb143dcab
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.