Skip to content

Commit

Permalink
Bump generic_x86_64 system partition size - DO NOT MERGE
Browse files Browse the repository at this point in the history
This makes it big enough to hold Orla, unbreaking the build

Change-Id: I5a131dfbaaa3aa2bb1bc24e4f859cc3507b671b0
  • Loading branch information
justin-morey committed Mar 18, 2015
1 parent e34b4ec commit 02060b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/board/generic_x86_64/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ BUILD_EMULATOR_OPENGL := true
USE_OPENGL_RENDERER := true

TARGET_USERIMAGES_USE_EXT4 := true
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 943718400 # 900MB
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824 # 1GB
BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
Expand Down

0 comments on commit 02060b7

Please sign in to comment.