commit | 343d54bb658724286bf0e9d9a1b8494cc30a73a0 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Sat May 18 01:22:36 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Sat May 18 01:22:36 2019 -0700 |
tree | 31a0bdab0bf93550430e22036e656c783fe324d2 | |
parent | bcc1ec7508eec993c064e14ecdfba38623f7dc1b [diff] | |
parent | fc42ce6603da22f9227582c753d6035267eeb2b4 [diff] |
Merge "Bypass LOCAL_*_REQUIRED_MODULES checks for ONE_SHOT_MAKEFILE" am: 6ae7967309 am: ab5c9cdbb1 am: 8ab6df3f2d am: fc42ce6603 Change-Id: I05e37d2cc67b22848c95911c34611a0846c68a19
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.