commit | e86bab474b13e3ea4e5eba4138a40d60617c7a82 | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Thu Mar 25 10:12:28 2021 +0000 |
committer | Yo Chiang <yochiang@google.com> | Thu Mar 25 10:12:28 2021 +0000 |
tree | 38efdafde89a3b879b9cb4e2a9493604208e56c0 | |
parent | ccfea17fb70159c4f31768794bd6ed5290b6b90a [diff] |
Revert^2 "Add option to allow product makefiles to skip building s..." This reverts commit ccfea17fb70159c4f31768794bd6ed5290b6b90a. Reason for revert: Original bug was resolved by updating branch config Change-Id: I2327092261a2147fa8f2be3d878db04228e65511
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.