commit | e027dd4aef6099ef308485f8bf22ad7d32c7fabf | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Aug 06 11:14:03 2018 -0700 |
committer | Christopher Ferris <cferris@google.com> | Tue Aug 07 19:57:56 2018 +0000 |
tree | b153726e8903c6e05da5de0896dee928913155ab | |
parent | ad57badfdcb9b32e3eafd33285a39d6f86f16f64 [diff] |
Remove micro_bench. micro_bench has been deprecated, so remove it from the list of executables to be built by default. Bug: 26928775 Test: Builds. Change-Id: I701b3077ec00c7e75145aeb52463f47bf8ff2f09
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.