commit | faba06427e0323e663a636edf9b2b069e2f41cb4 | [log] [tgz] |
---|---|---|
author | Tongbo Liu <[email protected]> | Tue Jul 16 07:17:01 2024 +0000 |
committer | Tongbo Liu <[email protected]> | Mon Jul 29 03:40:33 2024 +0000 |
tree | cfbb4541d65273dc9e132535711ca00218da92f9 | |
parent | 8261b86138682847c1bab445809740d99370f803 [diff] |
[RESTRICT AUTOMERGE] Exclude mcts tests from cts based on the env config, a similar change to aosp/3081046. Test: make cts EXCLUDE_MCTS=true Bug: 345592291 (cherry picked from https://android-review.googlesource.com/q/commit:7227781cf3c8861e09ebedbc86bcfb55b1c21679) Merged-In: I438bfa3b4acceeb696f5954757133369c0a8abe5 Change-Id: I438bfa3b4acceeb696f5954757133369c0a8abe5
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.