commit | 7d11333ff48d6d430672807178af67a7e1811d64 | [log] [tgz] |
---|---|---|
author | rassb@google.com <rassb@google.com> | Fri Sep 22 16:14:35 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Sep 22 16:14:35 2023 +0000 |
tree | 5c433254e37d11f7fef9fb13a30d7698c39e1d23 | |
parent | 0e9abb03487307e416b94acc32596505b8ff788a [diff] | |
parent | eb0d1e330feb3002a26f9568f08f4776bb403616 [diff] |
DO NOT MERGE Designate udc-dev* branches as UDC. am: 21b113cb7e am: eb0d1e330f Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/24816359 Change-Id: Icc5cd35a519d692ca89474dde221e061d3f5ecd5 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.