commit | 5f47677f003882ab33c6418e18ba742928c9c8fc | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Wed Mar 02 15:46:34 2022 -0800 |
committer | Daniel Norman <danielnorman@google.com> | Thu Mar 10 23:56:12 2022 +0000 |
tree | 7b80f7f29f2fb950098653bff245c415a2c902d0 | |
parent | 2465fc8594a255d25370be929f63a2fe41129ced [diff] |
Infer merge configs if not provided. Bug: 221858722 Test: Create a merged package using inferred configs. Test: atest --host releasetools_test Change-Id: I93d67ca0f00be3f0e0424ed0a1e44c39ca2f3094
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.