commit | 9f20312c5b4f7fe44a4dcf45cddee3834db65294 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Wed Dec 04 20:41:27 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 04 20:41:27 2024 +0000 |
tree | 675fe16b0d7f39fcfcb967bf1d3fc0de77fe02a3 | |
parent | f623e4b967c5c839fb60c9f416d4a883206f7e4b [diff] | |
parent | d59d46de5332b2278dd9f2b92bb1b9260ae33a99 [diff] |
Merge "Revert^3 "Reland linking shared_libs to their modules"" into main am: 31356199e6 am: d59d46de53 Original change: https://android-review.googlesource.com/c/platform/build/+/3391927 Change-Id: If2eaf6149808bcc3d5330933bb969adc3d0dbed0 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.