commit | 125a7bf4ca53fb938769630ca6982980bb692bb3 | [log] [tgz] |
---|---|---|
author | LuK1337 <priv.luk@gmail.com> | Fri Sep 11 15:34:56 2020 +0200 |
committer | LuK1337 <priv.luk@gmail.com> | Sat Oct 19 00:16:01 2024 +0200 |
tree | d44d165c9607516c3a393cf9eb96ff04ec9aa561 | |
parent | eacf20b7aaf13523c04cc389abe5f1cdeb778f5e [diff] |
Unset BOARD_EXT4_SHARE_DUP_BLOCKS * This allows us to remount ext4 partitions read-write on devices with dynamic partitions. This reverts the following commits: Revert "Move BOARD_EXT4_SHARE_DUP_BLOCKS to BoardConfigMainlineCommon.mk" This reverts commit I0eb035ba6edf44719d5de4f09fd97b5783537597. Revert "enable BOARD_EXT4_SHARE_DUP_BLOCKS for generic_arm64" This reverts commit 125b6d6eeab8d9b2a343e9ab892fb0e241958b7a. Change-Id: I3768374d6da59f969ea44c1965f75c934edf3b57
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.