commit | c25ce30eb43cf0e09a61c08d79683b852e633d22 | [log] [tgz] |
---|---|---|
author | Adam Seaton <aseaton@google.com> | Wed May 16 14:15:32 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 16 14:15:32 2018 -0700 |
tree | 754eec1a88a4fb5b8641028c178154033950c9bf | |
parent | 591617944544fb57f0c4b418397f28491f0ffa76 [diff] | |
parent | 85a18252b7c7dd1657a067a91edeac14da6a2a51 [diff] |
[automerger skipped] DO NOT MERGE: Updating security string for oc-mr1-dev to 2018-06-05 am: 85a18252b7 -s ours Change-Id: I6a0ba59a60c1e82f9dee417da97e74ebbf0ef86a
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.