commit | 0c8423765df3ded7c86cbc2c9195f34eeb52e08b | [log] [tgz] |
---|---|---|
author | Paul Scovanner <pscovanner@google.com> | Tue Jun 15 06:29:39 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 15 06:29:39 2021 +0000 |
tree | ae332503fb8db228aecb63df8351aaba67c9fbdd | |
parent | 4ef2e34cb5fcbd170c49b63599177d9325aefa68 [diff] | |
parent | 99c5b6455d3c26861f05f9315409d03ccbe79104 [diff] |
[automerger skipped] Update Security String to 2021-08-01 am: 719f8e6ff2 am: 731c612c5a am: 2b5cc45a3b am: d4f2c30487 -s ours am: 4c6a6534b5 -s ours am: 99c5b6455d -s ours am skip reason: Merged-In Ieba9625ca0ccedf285209954f1e766b20455c32f with SHA-1 f5139e3087 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/14967096 Change-Id: I298831d046a3e68ed0015d07f730811577de9c44
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.