commit | e52d507b152d5c50a329eb0015542923adb4ddac | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Sep 25 17:19:46 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Sep 25 17:19:46 2019 -0700 |
tree | c4711fe0a1d6ee48931d1eb570db3862958d17bd | |
parent | 8f3072eb0efab993807c76ff86a8cb66c775cd51 [diff] | |
parent | f660ae7c39d98ef22c5bc91f749d5dc20ecfe62d [diff] |
Merge "Factor out common code in Java warn patterns." am: 9a59f33db5 am: f660ae7c39 Change-Id: I51838e9b064e7d32f790e98b21bca0da11432064
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.