commit | f637a4f17a3a6c896b9deeb6292ba79663df2ee2 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Aug 13 12:14:46 2021 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Aug 13 12:14:46 2021 +0000 |
tree | a74289f5e40c5c7ce20289fbae9c6fbb402173c1 | |
parent | b9b8619cbc9833edebf239291f04ef8771729bee [diff] | |
parent | f045b10d7db2366e3629a0e4fbc6159e573b8f17 [diff] |
Snap for 7639244 from f045b10d7db2366e3629a0e4fbc6159e573b8f17 to sc-mainline-release Change-Id: Iaf3c16acfaab04b16e373f5458bca155b056ec28
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.