commit | 2465fc8594a255d25370be929f63a2fe41129ced | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Wed Mar 02 12:01:20 2022 -0800 |
committer | Daniel Norman <danielnorman@google.com> | Thu Mar 10 23:56:00 2022 +0000 |
tree | a40cc0d0417340f1c6e3ee9e8a42d38dce2fcdd5 | |
parent | 51005914bdad1ec58554739eddbfcc21fdf3927a [diff] |
Split the huge merge_target_files script into multiple files. Bug: 221858722 Test: m otatools; Use to create merged builds Test: atest --host releasetools_test Change-Id: I5f932f160d3f6405b41a7721b1c75cc96749e77b
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.