commit | 5273c0f1e2d633c192074cdffe6c9b8a596d575c | [log] [tgz] |
---|---|---|
author | Hyunyoung Song <hyunyoungs@google.com> | Wed Aug 22 05:06:56 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 22 05:06:56 2018 -0700 |
tree | da84982155d8e87dd9bc316b3ff49403bb2c0d30 | |
parent | 0f9dd49e9c606bc06c162c4ed7c04ed99469466e [diff] | |
parent | 5e95e39e46cd3e43a1c941ec328e0b442fe4ee42 [diff] |
[automerger skipped] Fix unbundled branch by not having it pick up goldfish dependency am: 3aa57d8d90 -s ours am: 5e95e39e46 -s ours Change-Id: If7bd26adb0debfee4c182ecec79d2f3cad206f21
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.