commit | 77eb2a4612a716ea37c1edf8f9a2760855edb501 | [log] [tgz] |
---|---|---|
author | LaMont Jones <lamontjones@google.com> | Fri Oct 20 23:08:10 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 20 23:08:10 2023 +0000 |
tree | 62492a2b237b6967e0782b48a2f5f9a4e7fa294e | |
parent | 3b01a67acef648836b2c77787053f36f9ddcded1 [diff] | |
parent | 5aa790b35ef971213d3f9c420dcffc4bc8eb40fe [diff] |
Merge "add script to help override flag value locally" into main am: 6aa030026c am: 5aa790b35e Original change: https://android-review.googlesource.com/c/platform/build/+/2783484 Change-Id: I1d60af4d86f8ed0eb557626f8697260bd1e064cf 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.