commit | 7600946b17f3eb16186843544a250ca6e495c0dd | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 08 07:27:41 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 08 07:27:41 2019 -0700 |
tree | 6168835b74d4e509262a0b79de59255f71bcf604 | |
parent | 49e31727797df829a3e166d7f2babfeba3b98b65 [diff] | |
parent | dc66f02c54dc2942ae834297c1b7eb8e2c17c4d0 [diff] |
Merge "releasetools: Move MockScriptWriter into test_utils." am: dc66f02c54 Change-Id: I273b433bfb43f80ed379cb64c6f7771dfca453d2
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.