commit | 863bf013910502a86f886f795d4843fee09d544c | [log] [tgz] |
---|---|---|
author | Ziwei Zhang <zhangxh@google.com> | Mon Mar 20 02:50:34 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 20 02:50:34 2023 +0000 |
tree | cd951f31d7a78203c2835fd0fde5a32484b61c64 | |
parent | 191c77574670e3dcfbf3a5a82de16f189b629177 [diff] | |
parent | 0a25e6740462a4b88b6b90cfb838591329b158d2 [diff] |
Merge "Add python mobly test template xml." am: 0a25e67404 Original change: https://android-review.googlesource.com/c/platform/build/+/2469502 Change-Id: Iaa49cce73a448b3538a77004a9ec82d2699980fa 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.