aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross2018-08-01 01:26:03 -0500
committerColin Cross2018-08-01 01:26:03 -0500
commit132748cb80db768455e9118970520db180e905a5 (patch)
tree1d856df04ed6333b82e72f1ee5f7ac62cf779b34 /target/board/BoardConfigGsiCommon.mk
parentbc0248f211fb14bef6158c9aee29fe820fb061c7 (diff)
downloadplatform-build-132748cb80db768455e9118970520db180e905a5.tar.gz
platform-build-132748cb80db768455e9118970520db180e905a5.tar.xz
platform-build-132748cb80db768455e9118970520db180e905a5.zip
Revert "Build GSIs (aosp_$arch products) in sparse format"
This reverts commit bc0248f211fb14bef6158c9aee29fe820fb061c7. Reason for revert: Triggered preexisting issue with e2fsck and ASAN Bug: 112062612 Change-Id: I7b52fe539252ab1bb7229d32accb7abd6417f470
Diffstat (limited to 'target/board/BoardConfigGsiCommon.mk')
-rw-r--r--target/board/BoardConfigGsiCommon.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/target/board/BoardConfigGsiCommon.mk b/target/board/BoardConfigGsiCommon.mk
index 4a60d47f9..24614dedc 100644
--- a/target/board/BoardConfigGsiCommon.mk
+++ b/target/board/BoardConfigGsiCommon.mk
@@ -3,12 +3,11 @@
3# Common compile-time definitions for GSI 3# Common compile-time definitions for GSI
4# 4#
5 5
6# GSIs always use ext4. 6# system.img is always ext4 with sparse option
7TARGET_USERIMAGES_USE_EXT4 := true 7TARGET_USERIMAGES_USE_EXT4 := true
8# GSIs are historically released in sparse format. 8# TODO(b/63790380): emulator doesn't support sparse yet
9# Some vendors' bootloaders don't work properly with raw format images. So 9#TARGET_USERIMAGES_SPARSE_EXT_DISABLED := false
10# we explicit specify this need below (even though it's the current default). 10TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
11TARGET_USERIMAGES_SPARSE_EXT_DISABLED := false
12TARGET_USES_MKE2FS := true 11TARGET_USES_MKE2FS := true
13 12
14# Android Verified Boot (AVB): 13# Android Verified Boot (AVB):