commit | c184fa1887df633645e85570c06428cd97671fc8 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Mon Mar 22 15:38:38 2021 -0400 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Thu Apr 01 17:04:12 2021 -0400 |
tree | 04478046fd1e1e1801bdb53bc01b6eab963ff897 | |
parent | 50dc1b88b778ff5d4f8ae64dfc439db33892d67f [diff] |
Generate care map after merging target_files Test: th Bug: 182296208 Change-Id: I12c0732961ec1c4d18f5cc4d136c98babba23d82
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.