commit | fde9f7906b8030af6836ac943f6d45db325e630e | [log] [tgz] |
---|---|---|
author | Jin Qian <jinqian@google.com> | Mon Jan 22 13:15:46 2018 -0800 |
committer | Jin Qian <jinqian@google.com> | Mon Jan 22 17:21:11 2018 -0800 |
tree | a33c7e0638ae767dea493b53f63f33073a94c83b | |
parent | 9b8fc9e3c2150fcbb25c23003e548025a3a6c315 [diff] |
Add BOARD_EXT4_SHARE_DUP_BLOCKS to share duplicated blocks on ext4 This option applies to system.img and vendor.img. Bug: 64109868 Change-Id: Ib4c7384049dca08e57441ef71cc81c2fba4462dd
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.