commit | 10f7310829cf64c0badf52232442b6150dca7773 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Sep 19 14:30:36 2018 -0700 |
committer | Yifan Hong <elsk@google.com> | Wed Sep 19 14:33:14 2018 -0700 |
tree | a517b337c8592a5bd163f1890fbf808bddf3b866 | |
parent | c4af7d75dc9d76d3d784975d917415d859c3e7a2 [diff] |
max size of dynamic partitions for AB devices are halved. For example, if BOARD_SUPER_PARTITION_SIZE is 10GiB, then the sum of sizes of all dynamic partitions must be within 5GiB. Fixes: 115920069 Test: make Change-Id: I800faff28e8483c92a1c0cf5e0b3bae4d638f86d
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.