commit | 9773a2f7b28b0e39a5791628d04b9452c16398d3 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Feb 21 00:21:27 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 21 00:21:27 2018 +0000 |
tree | b13745e4f39a5e2f675c472c911a9501c53ceceb | |
parent | 625b5b7a0963f9a8e5f27a490e1523dccaf24d5a [diff] | |
parent | a0f55ee9ebabc1ba9f8e9b9da0275f974aa066ad [diff] |
Merge "releasetools: Add a testcase for common.ParseCertificate()." am: a0f55ee9eb Change-Id: Ibba4b572b75f470837f7026b131bdc83b5de5b58
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.