commit | ce7c1016c507a441d3e5e39baef092b06fc00e8e | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu May 18 20:03:36 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 18 20:03:36 2023 +0000 |
tree | 35f258835452c3f7861912b4aff1ed8029dac7a0 | |
parent | f18046a75946f4ba4d55375f545ec51e05dc4bb6 [diff] | |
parent | d230125270769b78c44164387eb03a478c050b4d [diff] |
Merge "Adapt to gdbrunner packaging." am: d230125270 Original change: https://android-review.googlesource.com/c/platform/build/+/2592985 Change-Id: Ief01ae7d4cc5f62aa23f1a7aface65021073c507 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.