commit | 302b83fbc34a66e0e7abb9127921c8930ca65037 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Thu Dec 07 08:26:51 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Dec 07 08:26:51 2017 +0000 |
tree | ceda7c2e212f6807263b1948c1e0bce15cc9c3c1 | |
parent | 883c2cb2d0870867289794322a3602bad95dbf6c [diff] | |
parent | e0b934c66f609e9a6f4a50304400f42fc4585600 [diff] |
Merge "DO NOT MERGE: Merge Oreo MR1 into master" am: 5f03da0404 -s ours am: e0b934c66f Change-Id: Ia619a21d3079c7a583f838ce5b555f8d8f5b013d
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.