commit | acdcaa06dcaff4d8b106247d1abc11f5f326bce7 | [log] [tgz] |
---|---|---|
author | Jingwen Chen <[email protected]> | Thu Oct 13 07:24:24 2022 +0000 |
committer | Jingwen Chen <[email protected]> | Wed Oct 26 13:10:23 2022 +0000 |
tree | 93e8060b6987ff85474ce5605ffceb09cd784f61 | |
parent | f1e9574f97d7ba361cd12c9c7ada86ec5855aeb5 [diff] |
Make bmod compatible with custom $OUT_DIR. Bug: 251436403 Change-Id: I00fc4af05b0b2f5b4f859deaf04d9e586a5e3c59
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.