commit | 39768724db1503bb3a619d1f628688fb446d0e54 | [log] [tgz] |
---|---|---|
author | Paul Scovanner <[email protected]> | Thu Nov 19 00:59:59 2020 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Nov 19 00:59:59 2020 +0000 |
tree | b46a176ec21a1944c8e14ca0f4dfa1c21d5313f4 | |
parent | edefa3ea538d7bf7e82c80dc7d0fccdede113005 [diff] | |
parent | e4ca3c2ecfe911b4e2da9efa56deb204dc13f073 [diff] |
Update Security String to 2021-01-01 am: 6441bc7ca3 am: cc0c1b00b6 am: 0f0c87eab7 am: e414401471 am: e4ca3c2ecf Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/13074489 Change-Id: I3ae8240a83bf652ab60d3b32d94065be36b1121b
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.