commit | 8e9155f2367e1c310de10691a7d7b369401fdb4f | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Sat Mar 03 00:10:31 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Mar 03 00:10:31 2018 +0000 |
tree | 5e22edd6521cc966ef510d9d6db21d613f1c69ae | |
parent | 921c81f7c31db6ed3cfe812dbee2b6437694f8c0 [diff] | |
parent | 6b93ed0c84716cb2fb865207c0e562473f2833b6 [diff] |
Merge "releasetools: Fix a mismatching close." am: 395bf274b8 am: 06bc45b0c2 am: 6b93ed0c84 Change-Id: I74f9e797510bcecdb1f93824ce5881f92ff3b152
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.