diff options
author | Andreas Gampe <agampe@google.com> | 2014-10-03 02:37:45 -0700 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2014-10-03 02:37:45 -0700 |
commit | 65650a2ecbf2822538e566106c8e42775a75e8d3 (patch) | |
tree | 2fc165a6af58c3bc18ff3e529e68e9d1d88dca83 /target/board | |
parent | 72f0cf56b362b8a4b6cfefb3f47240aa9e2d5ce6 (diff) | |
download | build-65650a2ecbf2822538e566106c8e42775a75e8d3.zip build-65650a2ecbf2822538e566106c8e42775a75e8d3.tar.gz build-65650a2ecbf2822538e566106c8e42775a75e8d3.tar.bz2 |
Build: Increase system image for generic_arm64
Prebuilts are now preopted. This requires a bump in system image
size. Technically a 13M bump would have been fine, but round up
to 50M for a little bit of future breathing space.
Bug: 17772057
Change-Id: Ib10dc24960c0b2e03ef28c55c3c199382802d4e1
Diffstat (limited to 'target/board')
-rw-r--r-- | target/board/generic_arm64/BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/board/generic_arm64/BoardConfig.mk b/target/board/generic_arm64/BoardConfig.mk index 1812052..c57447d 100644 --- a/target/board/generic_arm64/BoardConfig.mk +++ b/target/board/generic_arm64/BoardConfig.mk @@ -76,7 +76,7 @@ BUILD_EMULATOR_OPENGL := true USE_OPENGL_RENDERER := true TARGET_USERIMAGES_USE_EXT4 := true -BOARD_SYSTEMIMAGE_PARTITION_SIZE := 786432000 +BOARD_SYSTEMIMAGE_PARTITION_SIZE := 845427200 BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800 BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016 BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4 |