commit | 34a9f9c13ed4cd8bf8ecafa0760d72fd2531076a | [log] [tgz] |
---|---|---|
author | Ziwei Zhang <zhangxh@google.com> | Mon Mar 20 04:08:05 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 20 04:08:05 2023 +0000 |
tree | 7d4fd4c0b1b93508308436c4dd68ee2c966e87aa | |
parent | 781e7210e2fefc612f52e89e7ade6100caf242a6 [diff] | |
parent | 31337205d6e7bce7b52d6221d77f0d7b52658fd1 [diff] |
Merge "Add python mobly test template xml." am: 0a25e67404 am: 863bf01391 am: 31337205d6 Original change: https://android-review.googlesource.com/c/platform/build/+/2469502 Change-Id: I8a7a54ca25114c61782aac8e7c4f6ea8597ff925 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.