commit | f980e046e0cb6da36f8d6c74a8fdfe3a9a894f80 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Feb 08 06:09:44 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Feb 08 06:09:44 2018 +0000 |
tree | e52c614620b6e1894c6a121f1aa88f00706dc480 | |
parent | dff13526f44e2b826d7f45021ff3c7d979eef4b8 [diff] | |
parent | 93c09cb7407ad698427df76f622bded5e38a88d7 [diff] |
Merge "releasetools: RangeSet.monotonic is not an optional attribute." am: acb3cecc46 am: c6b824ba96 am: 93c09cb740 Change-Id: I87bd661a6ac967f30beb84fafcfc8bfc9bb6fe1a
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.