commit | 3aa50b02bcdb3e83ece393478b0a342211cc58ff | [log] [tgz] |
---|---|---|
author | Paul Scovanner <pscovanner@google.com> | Wed Aug 25 23:54:45 2021 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Aug 26 01:11:18 2021 +0000 |
tree | 66d043e68e33977e8a08ae699269690990688246 | |
parent | 41ab480389743c32cd9b645387bed961a119e487 [diff] |
Revert "Update Security String to 2021-10-06" This reverts commit 61275cd338876579ddbaa9b1cd0278c45138c003. Reason for revert: SPL bump no longer necessary due to ATT FRC respin Bug: 193547118 Change-Id: I1df0e12d50471b518653ff865637193bd7ed9101 (cherry picked from commit 1f04c4d3e7af6566b7d284d2db4953b7ad151571)
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.