commit | 6c90ab4bbb37286232f7affae44059ce9d4d6591 | [log] [tgz] |
---|---|---|
author | Tongbo Liu <liutongbo@google.com> | Mon Jul 15 04:42:26 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jul 15 04:42:26 2024 +0000 |
tree | 26f3d3be9e461d016f60ffa08be2160f4439840c | |
parent | 7d0e6ca6ee7bfb2d71e931e93bc1103a44172a96 [diff] | |
parent | 8ef23a5241c296d60787bea8b42ef53742d878fc [diff] |
Merge "RESTRICT AUTOMERGE: Exclude mcts tests from cts based on the env config, a CP from aosp/3081046." into android14-tests-dev am: 560eb19582 am: 81bfd38d48 am: 8ef23a5241 Original change: https://android-review.googlesource.com/c/platform/build/+/3164465 Change-Id: I2c6fdebf2feb4d2a3202ceeafb9138d804fcff5a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.