commit | 093994a48eca5909f6e3b54e352c819449fea7c3 | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Wed Nov 06 18:45:55 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 06 18:45:55 2019 -0800 |
tree | eee47c1e02a9bf0297e0b7ecc9a565c3749d9b6e | |
parent | 6f136141898536a18e565ba67085687bc8c70472 [diff] | |
parent | 2e007a7b042617e6726c380911c64b521571902f [diff] |
Merge "Enable overrides for ETC modules" am: 0c9d914eef am: 2e007a7b04 Change-Id: I3e2c21402a9fa20ba2b6115e5daa77ef6d97e9da
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.