commit | 0bfc7e1f317f7ba7fc4da3048908730c986f34f8 | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Wed Sep 25 10:22:56 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Sep 25 10:22:56 2019 -0700 |
tree | 2495f2f82c778175cb63fb358f5e6e82b0c417dd | |
parent | d31af7a80d5bdd32a4f665ea46d603bd2ace990a [diff] | |
parent | 415186a71c4d6117d58530aca266158a0255a7ef [diff] |
Merge "Add new compiler warning patterns" am: 415186a71c Change-Id: I6c7513804b78b80afbea0998d9a3333c5c40cd52
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.