commit | 70bd1043531f6730780f3ff16e3da5f131941233 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Sat Sep 15 12:46:44 2018 +0000 |
committer | Roland Levillain <rpl@google.com> | Sat Sep 15 12:46:44 2018 +0000 |
tree | 8fa0011f37c324f75d785708163367ffe72925dc | |
parent | 5ea65dcc5e5564a335276a86a11b9ef4bbf25db8 [diff] |
Revert "Make package functions take an argument" This reverts commit 5ea65dcc5e5564a335276a86a11b9ef4bbf25db8. Reason for revert: Breaks some ART gtests on host. Change-Id: I314692e31628a14d824e28544fdb3c765fc100f6
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.