commit | e1b0fa94d3bbbb0b4e384ba384856239dab91cd7 | [log] [tgz] |
---|---|---|
author | Paul Scovanner <pscovanner@google.com> | Mon Dec 14 22:52:50 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Dec 14 22:52:50 2020 +0000 |
tree | c7680c3196804ed83cf9f23351fb68e3e450582e | |
parent | e4ca3c2ecfe911b4e2da9efa56deb204dc13f073 [diff] | |
parent | ffc4671fce8ae1831289d4c1c3169f816c3acced [diff] |
Update Security String to 2021-02-01 am: ad7b650e2d am: ffc4671fce Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/13219376 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I258d82e7d0a16c94689806168a7a6b02fcbb7897
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.