commit | cc61d50e2f340f59e334e76db72110bb56b100e5 | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Wed Nov 06 19:12:49 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 06 19:12:49 2019 -0800 |
tree | d1f1dabd944e5886dae65db8eacf5d5677c7d27c | |
parent | 0cc1c383d47ffe5e55d3b2f5acbfe720ff2fa3de [diff] | |
parent | 093994a48eca5909f6e3b54e352c819449fea7c3 [diff] |
Merge "Enable overrides for ETC modules" am: 0c9d914eef am: 2e007a7b04 am: 093994a48e Change-Id: Ic87d5893599ec10d9c0241c370e43a967e04b1b2
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.