commit | 096c5159760b99775c7866e10324df167198b755 | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Fri Aug 07 04:22:18 2020 +0000 |
committer | Yo Chiang <yochiang@google.com> | Tue Aug 11 04:56:31 2020 +0000 |
tree | 22b8ced7a2b8960bf356fd5d7c46a1c99fc937a4 | |
parent | 0ac3666667de42bd681586d642b52fc9e62e488f [diff] |
Revert^2 "releasetools: Disable host module on darwin" 0ac3666667de42bd681586d642b52fc9e62e488f Exempt-From-Owner-Approval: Original change was approved Change-Id: I4030dbc072a90f9b8704926c0956787c75bc5583
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.