Merge pull request #100 from wangpy/fix-arm_a-system-image-size

Decrease system partition size for arm_a images so it fits in for more devices.
This commit is contained in:
Pierre-Hugues HUSSON 2019-04-18 21:41:17 +02:00 committed by GitHub
commit b9a1e2ec5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
include build/make/target/board/generic_arm_a/BoardConfig.mk
include device/phh/treble/board-base.mk
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1572864000
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1313583104