summaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2021-01-15 00:59:21 +0530
committerAmit Pundir <amit.pundir@linaro.org>2021-01-15 01:46:44 +0530
commit04e4b2fb76e75b517b6e5ce7fa9519575a15d4e2 (patch)
tree1311e89a457e4ceadca89a6d14a28f146f46cce6 /BoardConfigCommon.mk
parent44f3990603403ab80bf74fece9950efdb22a3eae (diff)
Revert "db845c: Add support for cache partition"
This reverts commit 70f37c65199443d2502da58ecb81a4be28d36d80. With Virtual A/B, we no longer need cache partition for "adb remount" to work with overlayfs. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I979e61c4a64a8d0b1c7345491f4924c1d3fa62e0
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index d527c0e..b879d96 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -41,9 +41,6 @@ BOARD_SYSTEM_EXTIMAGE_FILE_SYSTEM_TYPE := ext4
TARGET_COPY_OUT_PRODUCT := product
BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_USES_METADATA_PARTITION := true
-# Cache partition size: 64M
-BOARD_CACHEIMAGE_PARTITION_SIZE := 67108864
-BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
# Super partition
TARGET_USE_DYNAMIC_PARTITIONS := true
BOARD_BUILD_SUPER_IMAGE_BY_DEFAULT := true