commit | d7ae1bc16978c958706789bf1ff706a878a5ddac | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Wed Aug 08 13:22:36 2018 +0800 |
committer | SzuWei Lin <szuweilin@google.com> | Wed Aug 08 13:52:20 2018 +0800 |
tree | fa64fc50724a5d5ded4d76c65d7ed558ac5be459 | |
parent | 5a851c61044b451a1c89ca81c462a19a390a242d [diff] |
Enable dynamic image size for all generic devices We enabled the dynamic image for all generic_* BoardConfig.mk. If a product makefile which use these BoardConfig.mk, it should define PRODUCT_USE_DYNAMIC_PARTITION_SIZE to enable dynamic image. This patch enable PRODUCT_USE_DYNAMIC_PARTITION_SIZE to product `full` and `mainline_$arch`. Bug: 71970853 Test: make -j PRODUCT-full-eng dist Test: make -j PRODUCT-mainline_arm64-userdebug dist Change-Id: I499b733638165306e3b0512859e205a1b36a9130
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.