commit | c6e5429a53201f6215a4e06d9fbf5ff004bca9a2 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Dec 13 15:00:10 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Dec 13 15:00:10 2019 -0800 |
tree | 9b4f1fedbaca9f9e010e89418375e364da95f434 | |
parent | d9055ab8ab67d286b436b2fee2eb179fb1c06f0b [diff] | |
parent | ed7d5f12e3aa8c2f9954581d87b68f727b1de909 [diff] |
Merge "Make AOSP master use AOSP.MASTER as BUILD_ID." am: ed7d5f12e3 Change-Id: I19cffa65f42c92e1b39622e736257230c711182d
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.