commit | da500450331fbeae05b3cf6f3a92a4c759a11f2b | [log] [tgz] |
---|---|---|
author | Paul Scovanner <pscovanner@google.com> | Thu May 27 17:42:46 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 27 17:42:46 2021 +0000 |
tree | 9af5efdeb7f6ea57f74783d4f543464748e6f394 | |
parent | f492dd2df1590ebe0712c71e83085051687a991d [diff] | |
parent | d8033580aeed02f78fc2fb792fd2e3ddb9ad83b8 [diff] |
Update Security String to 2021-07-01 am: 5edc0cec47 am: d8033580ae Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/14694771 Change-Id: Ic69e33d14bfd68cd1bde31c774dacb92da50771f
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.