commit | 430258a75b1c6461cf371e9c3e6d560c6e93b321 | [log] [tgz] |
---|---|---|
author | LaMont Jones <lamontjones@google.com> | Tue Nov 07 20:51:37 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 07 20:51:37 2023 +0000 |
tree | a26e3416d13d2e21d9f6b3bf955664952453a21d | |
parent | 21dfc8e2bf11ce37e0f5b2b048d5e755f4866265 [diff] | |
parent | 865c4ef49e7bef4b0b8a8255c5ad60e1729e31d4 [diff] |
Merge changes from topic "product-flags2" into main am: bae67b9994 am: 865c4ef49e Original change: https://android-review.googlesource.com/c/platform/build/+/2816075 Change-Id: I70e73ab1507de5bbc3fb70e6e69afddff579e3bc 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.