commit | 10d6aab12c6944378fd4a00e65e786073d10457c | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Dec 12 13:46:57 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Dec 12 13:46:57 2018 -0800 |
tree | 863a24fe55a9b9a76d2e88884a82de412329aebe | |
parent | 41136edafdf337cee5f8ffb65f34baa1b0612d78 [diff] | |
parent | c8b3d5f92fcac26b8a859559e5e8fee006210655 [diff] |
Merge "fs_config: remove empty fs_config_* automation." am: c8b3d5f92f Change-Id: If9a7d9cf176aab35e13311c941e5da8072cbbf8b
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.