commit | 3744ea003a20350c7933dbc9c4c9ffd3b0c29bb7 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Mon May 15 02:06:14 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Mon May 15 02:06:15 2023 +0000 |
tree | 4795adefba44cfbc7e4d821601e31c537ddb8a9b | |
parent | aa459d0c4fbe8d949994b6226ebbbdad5ed518f6 [diff] |
Version bump to TQ3C.230605.010 [core/build_id.mk] Change-Id: I0ca9e4ad2788040a5cf6694311cdd6dfa3c9b1bc
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.