commit | a877966f913e3c92029136be6281f0897c62b55a | [log] [tgz] |
---|---|---|
author | Pete Bentley <prb@google.com> | Tue Oct 01 16:03:15 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 01 16:03:15 2019 -0700 |
tree | 4a798a097d4c32d057275b6bf0d4b229444f22bf | |
parent | b3d7c734aa9921a0bee9e6726de5956a18cdc62e [diff] | |
parent | 086767724285ea61581d4babd95c6ebe613aec70 [diff] |
Merge "Install BoringSSL self test binaries to vendor image." am: 4c71349fe6 am: 0867677242 Change-Id: I4bfc582ff8bb44f14a281b832f534ae236698098
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.