commit | 63868edc922f8cf875eabb2888efd0c55ce89a04 | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Tue May 15 15:41:20 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue May 15 15:41:20 2018 -0700 |
tree | 5ce60f7c1058c7be9cf4e2b3769cd4644b02077a | |
parent | 6516a40a4e79bf625d15ac8d00b454e1755054a6 [diff] | |
parent | e19014c92464ef7bdc6d22c885fad76b4e4ffe17 [diff] |
Merge "Disable dtor inlining for clang-tidy" am: e51fcf01bd am: e19014c924 Change-Id: Id9ab3c326c1ba5ade3398beadd5b1a87139ff7a4
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.