commit | 7e9b5c42045beb4b063a1d3e7bf4ebf58c71f554 | [log] [tgz] |
---|---|---|
author | P Adarsh Reddy <quic_padarshr@quicinc.com> | Fri Dec 20 15:07:24 2019 +0530 |
committer | Adarsh Reddy <quic_padarshr@quicinc.com> | Tue Dec 24 06:32:03 2019 +0000 |
tree | e669a8afd598eb8d1c23cc5d913b328431e1c902 | |
parent | 9de27595ec3d520fdb5e6e7eb0f343a27aae1a22 [diff] |
Handle virtual A/B defines during dynamic_partitions_info merge. While merging the Dynamic Partition info Dicts in the case of split builds, pick the virtual-a/b flags like virtual_ab, virtual_ab_retrofit from the vendor half. Bug: 146811936 Test: Merged build contains the virtual a/b defines. Change-Id: I0171b074094e47cfd12dc6af2565acdcd1b65163
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.