commit | d2e70241f3ccea668799f75f9c9d070f34d7860b | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Mar 21 10:02:01 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Mar 21 10:02:01 2019 -0700 |
tree | 2938f7a7359033146e651ff14c8672e947aa05c9 | |
parent | df12b23c079d1c0bb80ebf7df82dd9d3fb17baa3 [diff] | |
parent | c62b9a2347718f8cc86d28fe3a4e94d1a11ca98d [diff] |
Merge changes I662aab3d,I5e741c27 am: c62b9a2347 Change-Id: Iae61ac00bce4c9189582c301afd562263311f0f7
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.