aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross2018-08-13 12:38:10 -0500
committerColin Cross2018-08-13 12:40:26 -0500
commita110579e311057be76989ed068142a2469047594 (patch)
tree7d03c3b56dce76ede7182a86c25c593d356479a6 /target/board/BoardConfigGsiCommon.mk
parente318a785495e1557f042c62a5878a496174c6520 (diff)
downloadplatform-build-a110579e311057be76989ed068142a2469047594.tar.gz
platform-build-a110579e311057be76989ed068142a2469047594.tar.xz
platform-build-a110579e311057be76989ed068142a2469047594.zip
Remove TARGET_USES_MKE2FS
Nothing reads TARGET_USES_MKE2FS any more, mke2fs is always used. Remove the requirement that TARGET_USES_MKE2FS is set, and remove the places it is set. Bug: 112241651 Test: m checkbuild Change-Id: Ibdca062bbe7dcd19ba8f7ee7f8291ce746b74e65
Diffstat (limited to 'target/board/BoardConfigGsiCommon.mk')
-rw-r--r--target/board/BoardConfigGsiCommon.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/board/BoardConfigGsiCommon.mk b/target/board/BoardConfigGsiCommon.mk
index 47107a022..c1f36271f 100644
--- a/target/board/BoardConfigGsiCommon.mk
+++ b/target/board/BoardConfigGsiCommon.mk
@@ -9,7 +9,6 @@ TARGET_USERIMAGES_USE_EXT4 := true
9# Some vendors' bootloaders don't work properly with raw format images. So 9# Some vendors' bootloaders don't work properly with raw format images. So
10# we explicit specify this need below (even though it's the current default). 10# we explicit specify this need below (even though it's the current default).
11TARGET_USERIMAGES_SPARSE_EXT_DISABLED := false 11TARGET_USERIMAGES_SPARSE_EXT_DISABLED := false
12TARGET_USES_MKE2FS := true
13 12
14# Enable dyanmic system image size and reserved 64MB in it. 13# Enable dyanmic system image size and reserved 64MB in it.
15BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 67108864 14BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 67108864