commit | fc42ce6603da22f9227582c753d6035267eeb2b4 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri May 17 22:33:04 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri May 17 22:33:04 2019 -0700 |
tree | a85c57ca9beb1c501830636957e7c999b7a24992 | |
parent | 26e66f706d46f770161a08798d623fc82c557109 [diff] | |
parent | 8ab6df3f2d536107a22b913bfd71715c8093d38b [diff] |
Merge "Bypass LOCAL_*_REQUIRED_MODULES checks for ONE_SHOT_MAKEFILE" am: 6ae7967309 am: ab5c9cdbb1 am: 8ab6df3f2d Change-Id: I52715725873a62978e9b38548741d6c50ac51eeb
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.