commit | 82054712c9bd0b012000d32cdd1d0db78cf605ed | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue May 15 10:07:56 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue May 15 10:07:56 2018 -0700 |
tree | 7bea1c045b1bf011e77bd3ca5c18ee82557aa7db | |
parent | 90525df267fc3c7bcfc31a7e66e782927e59258a [diff] | |
parent | 3d840c6b98ca97d6b8ce3bbf239fe51861c91140 [diff] |
Merge "releasetools: Use "ota-downgrade=yes" for --override_timestamp." am: 3d840c6b98 Change-Id: I8675ca84c7fb49b66fcba18c2500c69b7ae79e37
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.