commit | 83cd363614cb71801b3f262095396ee3c00f7da4 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Apr 05 19:47:47 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Apr 05 19:47:47 2022 +0000 |
tree | 36152b43fc392cc4f292fe368eb348b8b34d287d | |
parent | 0eaf156a31172e6b387aa15f790be7f95fb8387b [diff] | |
parent | 54dbc8c36a08fe65c97f161ba527cc6c64a946e9 [diff] |
Merge "prevent unintended m bp2build "" when running b" am: 54dbc8c36a Original change: https://android-review.googlesource.com/c/platform/build/+/2055109 Change-Id: I654dd587a07486f03d8ab1aa761c1f972e3fada1 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.