commit | dbbf5a39123848d5c562c7004a88c4304ecbcd56 | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Thu Oct 22 16:03:32 2020 -0700 |
committer | Daniel Norman <danielnorman@google.com> | Thu Oct 22 16:37:13 2020 -0700 |
tree | 723d53768b7cc4a3ac6e094fc90597a4b2fddd5c | |
parent | 29fda6ce519d8fbdefe46b98c6913181cdbd019b [diff] |
Formatting and general cleanup of merge_target_files. Also adds a new validation that IMAGES/<partition>.img must come from the same build that provides <PARTITION>/*. Bug: 171431774 Test: python3 -m unittest test_merge_target_files Test: Use merge_target_files to merge a build. Change-Id: Ia1f3f2e65a0ca90962216fb0c5cdd24c4c150cae
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.