commit | 806544287553d45e1ce0f08486883f67a5ed4723 | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Tue May 15 16:14:57 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue May 15 16:14:57 2018 -0700 |
tree | 5193f44f222e2a04d5bf2a9408c321d326b17624 | |
parent | 0ec0360a1944c4572abadef26c4e332490a6f295 [diff] | |
parent | 63868edc922f8cf875eabb2888efd0c55ce89a04 [diff] |
Merge "Disable dtor inlining for clang-tidy" am: e51fcf01bd am: e19014c924 am: 63868edc92 Change-Id: I6aa30e1b886239a7de7eb2c69e067f7faf1b6688
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.