commit | 19b9fe9fdf282043eab23feea07d00660327ff52 | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Tue Mar 19 14:48:02 2019 -0700 |
committer | Daniel Norman <danielnorman@google.com> | Fri Mar 22 14:46:01 2019 -0700 |
tree | 519dfd0ff06efd1d7503dfd7dba30b2076329acb | |
parent | c62e31242de918ac2910e1536e37490c45a51171 [diff] |
Merges dynamic partition misc_info.txt keys from both system and other. To build a complete list of the dynamic partitions and partitions groups, we need to merge the contribution from the system and other target files. Bug: 127687287 Test: Running merge_target_files.py and observing partition lists are merged as expected. Change-Id: I5bb9bd0e3179d48c9bfacdb3aca8253158f61cf6
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.