commit | 96a8c23a73d4489d28a90bae010572a120e919ff | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Tue May 22 13:31:27 2018 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Tue May 22 13:33:10 2018 -0700 |
tree | e04eb51361f91dc268bc2795794b58100a14f325 | |
parent | eeb98ae3dfc83f900463b45ea2116bf1e65eaaa8 [diff] |
Allow profiles for vendor modules Allows speed-profile compiling vendor modules. The profile will not correctly get copied during first boot, but this is should only be a minor issue. Bug: 78472563 Bug: 71901335 Test: make Change-Id: I15c6f90b6bbd284ab48fd750267bed5189c9fea4
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.