commit | 49ace7d95863c48dacd6dab662de95995bad24bc | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jan 04 02:35:11 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jan 04 02:35:11 2020 +0000 |
tree | 229b856b373ec5cb7d1c782247018d969d6d1676 | |
parent | fc41d361914f44a479c3f63aabb704f6e2f0047d [diff] | |
parent | d57b01a563b9541f917d654be99baa0edd2375ea [diff] |
Merge "Add BUILD_BROKEN_NINJA_USES_ENV_VARS" am: f29df793c9 am: a9bfb4faba am: d57b01a563 Change-Id: Ib613fddf1c24cecf9daea37967b7c429875ac26a
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.