commit | aac4256fd2e2fbc1983406b0bc6fe8353a69b950 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Sat Dec 23 01:25:37 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Dec 23 01:25:37 2017 +0000 |
tree | 29ac2ad3a41026eedc0a657b7a35007e67d6b047 | |
parent | 72a9d21cb9e98267a4fb0aab1ea361718bae5429 [diff] | |
parent | 152a886de320cda66468a0bd126986d2bffcf1a3 [diff] |
Merge "Allow devices to extend the system manifest." am: 15820578b2 am: 152a886de3 Change-Id: Id9c2f1be2b56c17fb8417a452b42bb98b4aa7b24
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.