commit | e558267a60c2a4dcb9e5b8a520c883af29c74462 | [log] [tgz] |
---|---|---|
author | Islam Elbanna <islamelbanna@google.com> | Tue Oct 01 10:07:49 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 01 10:07:49 2024 +0000 |
tree | 603d347fd0f7c47542891733e9b4bc8e4be1a86e | |
parent | cd2143be08f249cd71134dc57a7f24fefc2d4c18 [diff] | |
parent | f6a9b288871b0d3654c130355c288f60fcba8f40 [diff] |
Merge "Use profile at framework/base/boot/ instead of the combined one at framework/base/config" into main am: 74836fbc15 am: f6a9b28887 Original change: https://android-review.googlesource.com/c/platform/build/+/3266993 Change-Id: I4f09049e255943d584d0fed101fd0e242b37082a 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.