commit | 61ffd53ac0be118cc575dc40ad1030d6c63f5691 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Jul 08 02:21:26 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Jul 08 02:21:27 2022 +0000 |
tree | 870e8e745d3698dbff6875ee24e298cf552143ca | |
parent | eacbe173542a16bd9ba0193ec9ec0157b36f3125 [diff] |
Version bump to t_frc_sta_330443010 [core/build_id.mk] Change-Id: I3e5b927f751ef954b2c8645cbd2c9533693e4fe9
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.