commit | f627262e95f749af123e9d1900c84c30a0d1e858 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Fri Aug 02 01:53:45 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 02 01:53:45 2019 -0700 |
tree | ea6ad0a6a4cb35283e487a120fad672c398bd847 | |
parent | 74dcbad8f26ae95ee0c839b99f4233e961d091ee [diff] | |
parent | c016c281c1f34aa2d9507cc8f2174b3ce52f4cbb [diff] |
Merge "Handle zygote_32_64 in gsi_release.mk" am: c016c281c1 Change-Id: I111fb71d1af901807f17aa4f5e7d1bf82e84a0f9
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.