commit | 48c9d69a0fc43087eef97ef13da22f9938341bdd | [log] [tgz] |
---|---|---|
author | Paul Scovanner <pscovanner@google.com> | Wed Feb 03 22:12:31 2021 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Feb 09 01:22:42 2021 +0000 |
tree | 98fca0b4b6d37eb7e4fd1c07f246525ffb75c762 | |
parent | b5290f82716f75daeaf9095134fc2ae3337b10d3 [diff] |
Update Security String to 2021-04-05 Bug: 179275902 Change-Id: Iac6942fe3ffb72e2ae1d1c4ea653d1bf9f4e89e9 (cherry picked from commit 1f4aeb1430efaafbb3e0b5f34fdc624deb28a2f9)
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.