commit | c3d8baf84cc1024ba0318403abf13f202cb1f3e5 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed May 15 23:58:36 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 15 23:58:36 2024 +0000 |
tree | a892ed7904e5c9a5de8c91a6a3b10a3ff1a59052 | |
parent | 77b26a049d30eb53ca5b4ac7e64cdd390f9f4901 [diff] | |
parent | d42110ca87ac20259c50f057fa6cbcd64c00b3ad [diff] |
Merge "Include soong installs file before Android.mk files" into main am: d42110ca87 Original change: https://android-review.googlesource.com/c/platform/build/+/3089654 Change-Id: Ic2e06ba3ce37bbcd60a9080ac5e33c36f673d79e 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.