commit | 0d8443fd599bcf4d854768f2838f6c8ae3e50780 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Feb 15 14:14:46 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 15 14:14:46 2024 +0000 |
tree | 449f5cafbbadd1b8ee62af4be111cecdf5837f11 | |
parent | d1aa8af7d87f3efd42b90f60c1cb16e6e3a7c78a [diff] | |
parent | c5d860613b9b8a404fbad57279f155ed0bd780fd [diff] |
Merge "Add new team rules" into main am: c5d860613b Original change: https://android-review.googlesource.com/c/platform/build/+/2962027 Change-Id: I76dab56abaa0cf6c5d97341ddd14e7746bcea534 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.