commit | 5ff5f869ede83f73b6ed0f8895d9e23dc3b538c1 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Wed Dec 20 17:53:35 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 20 17:53:35 2023 +0000 |
tree | 2dbd6f1c39e2747ef993395ea073f6b0bdc52d20 | |
parent | bf18e8f4c55b59df891ab84fcd5439cb16bb2154 [diff] | |
parent | 9a8d7f14f6479ee93a1aa16f9e4d8ef126bf42ec [diff] |
Merge "aconfig: update error message in modify_parsed_flags_based_on_mode" into main am: 9cd08c66a4 am: 9a8d7f14f6 Original change: https://android-review.googlesource.com/c/platform/build/+/2883810 Change-Id: I48dace6736e187d6f16118d92cb9bbe96bede91c 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.