commit | 5f670877ec9c4358f309c3be8f710d07e1678338 | [log] [tgz] |
---|---|---|
author | Sen Jiang <senj@google.com> | Sat Jan 13 03:34:16 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Jan 13 03:34:16 2018 +0000 |
tree | a02bc7f1b1fb17dfbdd75f067a3e8b15c290bc81 | |
parent | 4fc409021a5a2f074b52689075d6ba6be3d2176b [diff] | |
parent | dff57d940f55025d8cb16e29cb8950fefe8359e0 [diff] |
Merge "Specify --max_timestamp when calling brillo_update_payload." into nyc-dev am: 258f04a556 -s ours am: 478e5c3ff4 -s ours am: 2b7db24048 -s ours am: 289910cb63 -s ours am: 52eb6cbd46 -s ours am: 2d9cfe30f8 -s ours am: 614eece356 -s ours am: dff57d940f -s ours Change-Id: I32ed19331d00cd379ebc83369bce18ae4a2b3717
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.