commit | f87e56ff8a66f7c40f8f8a787a80dd24d358987e | [log] [tgz] |
---|---|---|
author | Paul Scovanner <[email protected]> | Tue Jan 12 22:46:20 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Jan 12 22:46:20 2021 +0000 |
tree | e2da5b8a2d46eba094af64e375174e826ea97c71 | |
parent | 524428a647f67b498756f50546a5f26f5eb1a14c [diff] | |
parent | e1380bb1dff788274280550d9c7ce04499c68d4b [diff] |
Update Security String to 2021-03-01 am: 0e3ba7d2f7 am: e1380bb1df Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/13318721 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I4b3187f2211c7f7f5dd6a766b2d27224dea986ac
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.