commit | 4e72e7557f2ed6ddbe0be637b9aa43258c111491 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Apr 05 20:44:35 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Apr 05 20:44:35 2022 +0000 |
tree | d2ca93ea7cbd9cb926d6d5748d97e6394e5f1eea | |
parent | b2b968ec6d26b04904dd60e90d80d262ef28c4b4 [diff] | |
parent | 7a1cca449fbc327fd03996f9a6bdba0b358d44d1 [diff] |
Merge "prevent unintended m bp2build "" when running b" am: 54dbc8c36a am: 83cd363614 am: 7a1cca449f Original change: https://android-review.googlesource.com/c/platform/build/+/2055109 Change-Id: I32e8c53f9dfd4f7e2dd5edccaf118fec9a513f36 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.