commit | 14f78f1016eaa23ec617464d7bc7c9273a67d979 | [log] [tgz] |
---|---|---|
author | Paul Scovanner <pscovanner@google.com> | Mon Sep 21 23:16:34 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Sep 21 23:16:34 2020 +0000 |
tree | 526cb943388630268e34c91ac53aa1f84b7092ba | |
parent | 20539faac38b0d677f58c39901a54b8d9c757f30 [diff] | |
parent | 83bdf4b2960399c119ebebd432aad3b9fbd4b50b [diff] |
Merge "Update Security String to 2020-11-05" into rvc-dev am: 83bdf4b296 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/12640642 Change-Id: Id2d570bacfe1f0db973d7983ced1ef2e28b675b5
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.