commit | ffb0168b890358f1fa9044a6cbfa5cfaf64980e5 | [log] [tgz] |
---|---|---|
author | Zhuoyao Zhang <zhuoyao@google.com> | Fri Nov 15 00:03:26 2024 +0000 |
committer | Zhuoyao Zhang <zhuoyao@google.com> | Fri Nov 15 00:03:26 2024 +0000 |
tree | 4772b074c1e5ba4270c872e97046ad71ed73045f | |
parent | 03b57b0f15b314ed7bd93535d22528b18f3e236a [diff] |
Rollout edit monitor to 50% of the users Test: None Bug: 365617369 Change-Id: Idfeb71f63ca8df6bf9aadfb6c69c48b399251647
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.