commit | a82882fbcf9bf90f1b16442a80cca6e9f0225800 | [log] [tgz] |
---|---|---|
author | Cyan_Hsieh <[email protected]> | Tue Feb 27 09:57:15 2024 +0800 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Mar 13 04:31:41 2024 +0000 |
tree | 34cfa1a47da24972f004aa1eaf32883092aa72a1 | |
parent | fd48fdaa3d721d283bfe53cfa7cec7d4b02c5972 [diff] |
RESTRICT AUTOMERGE Update Security String to 2024-04-05 Bug: 325984251 Ignore-AOSP-First: Internal first as its needed for preparing the release (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:49ecf5df9969ce064f7bf46204dbf43e3246c74e) Merged-In: I059e279760e2ae5eda274e90296a1bd43b38f50f Change-Id: I059e279760e2ae5eda274e90296a1bd43b38f50f
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.