commit | 49e1a2bb72b93773a2d0511c4695c0742d8178c8 | [log] [tgz] |
---|---|---|
author | Shawn Willden <swillden@google.com> | Fri Dec 11 13:05:27 2020 +0000 |
committer | Shawn Willden <swillden@google.com> | Fri Dec 11 20:36:05 2020 +0000 |
tree | ee016851b056ba2080befe82dfcc5bdb19014890 | |
parent | 999779bdcec6d72461f8c7b313888c554c104500 [diff] |
Revert^2 "Move keymint to android.hardware.security." ea21979e965062ca5c7fe52495727683a573ca8d Bug: 175345910 Bug: 171429297 Exempt-From-Owner-Approval: re-landing topic with no changes in this CL. Change-Id: I1e49cee30493e4dd116bfbf0b2b78ec93191a7e5
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.