commit | 2b0b9ca1b78b57ad6a42e4cf9735b422b6c6573e | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Wed Mar 02 16:12:08 2022 -0800 |
committer | Daniel Norman <danielnorman@google.com> | Tue Mar 08 16:37:14 2022 -0800 |
tree | 9c7f9d8714e93f490d2db76571b964a052734ad8 | |
parent | ff35cbd110f4a438cafd329a8f3e385d52920dd2 [diff] |
Moves merge scripts into a new merge folder. This will be used in the following change to split merge_target_files into a collection of smaller more-focused scripts. Bug: 221858722 Test: m otatools; Use to create merged builds Change-Id: Ie01dac81c5f9f28f1e0fe037259eabd2478e60b6
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.