commit | 0d933e0cc432a242ab7075a034bdf908fc49fdd9 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Thu Mar 23 21:50:04 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 23 21:50:04 2023 +0000 |
tree | 56de3d22e294996cca72f387eb8e10603e1b88a6 | |
parent | b9a6afe05aba29ebaa2cf0c6d6935f1b30617ce4 [diff] | |
parent | 3f91ff5d4735485d0429b9a3520cf7b785c27e81 [diff] |
Merge "cuttlefish: Add a fullmte target." am: 3f91ff5d47 Original change: https://android-review.googlesource.com/c/platform/build/+/2490801 Change-Id: I99c58de83c4e3b9e6046785895581297dc515ac9 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.