commit | ef9d004894f2ad200d9b695ee6b93851441ff9f7 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Dec 12 05:34:55 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Dec 12 05:34:55 2018 -0800 |
tree | b17e3ed94e0035206f729fb59f14289b2b39e2f9 | |
parent | 978911ab9560c1d3523002a99b7af36b6937ddc1 [diff] | |
parent | 41136edafdf337cee5f8ffb65f34baa1b0612d78 [diff] |
Merge "Remove perfprofd from set of binaries installed on system." am: 1e57a89bf9 am: 41136edafd Change-Id: I8e0f1acb17b37cda2ef0b080cffbd3b08a5565ff
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.