commit | d5769b4014e4e2df8e8f4711ac920dd0bd8dc577 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jan 08 00:29:34 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 08 00:29:34 2021 +0000 |
tree | cb414df2bca74ebbe081c8adadb8ea351870e35f | |
parent | 0e8f2a42689542fc9ab9fb4b28fb0f08db62bb75 [diff] | |
parent | ee4e1bd3bba5502591ab077e4021930f0f40cf3b [diff] |
Merge "Move keymint to security." am: c19b3445ad am: b2c6e5b29d am: ee4e1bd3bb Original change: https://android-review.googlesource.com/c/platform/build/+/1540595 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I999ffb336abc22df87a820348899106b13c3ea28
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.