commit | b30ba8ca58106958b7af7cc70b9177f1f24701c7 | [log] [tgz] |
---|---|---|
author | Sen Jiang <senj@google.com> | Fri Jan 12 21:17:19 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jan 12 21:17:19 2018 +0000 |
tree | 52c42ed2705fff3660918255d6829506e3646697 | |
parent | e8aa8ed91fdbd0f2b6eaf4775a455b3429d8d69d [diff] | |
parent | 9d11ec7bdc4012025318439eb3d189f8b6cd1de2 [diff] |
Merge "Specify --max_timestamp when calling brillo_update_payload." into oc-dev am: 4378910f30 am: d35542316d am: 9d11ec7bdc -s ours Change-Id: I4579bd3a0e40da263f8e14adf60c77173e8e6ab5
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.