commit | 44e7c20968b1a84cfb1390de197ec8bfbaa19225 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Jan 06 20:04:20 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jan 06 20:04:20 2020 -0800 |
tree | 1c50c08eff85074153bd65d1e932073c989109f8 | |
parent | 81e3cfa8a3919421aa5c850078e12baf8c754ff5 [diff] | |
parent | ee83e2d2c819b45378da700fc8426e43a6436373 [diff] |
Merge "Revert "Add boringssl_self_test to PRODUCT_PACKAGES"" am: ee83e2d2c8 Change-Id: Ieea03a9be3a725208eb1a282885c165a770190ca
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.