commit | e4144014717d49f8c9618b5ea99156137871bda2 | [log] [tgz] |
---|---|---|
author | Paul Scovanner <[email protected]> | Wed Nov 18 23:47:52 2020 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Nov 18 23:47:52 2020 +0000 |
tree | 38481b651fa1f41e6d0835300c10ff8329eecab6 | |
parent | f96ad85d9dfe318b96b35d2a009011b2e478ad41 [diff] | |
parent | 0f0c87eab7da41ca8ea2a8b6d62881d6dcec264a [diff] |
Update Security String to 2021-01-01 am: 6441bc7ca3 am: cc0c1b00b6 am: 0f0c87eab7 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/13074489 Change-Id: Idff81ff223358716a5c0404deda79ea07baf066b
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.