Decrease size of system partition

This will not affect device that have bigger partitions and will 
allow to flash system.img to phones with smaller system size.
This commit is contained in:
Dinolek 2018-03-17 20:35:59 +01:00 committed by GitHub
parent 27aa7be152
commit 8eb18c7929
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,5 +1,5 @@
include build/make/target/board/generic_arm64_a/BoardConfig.mk
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1610612736
TARGET_SYSTEM_PROP := device/phh/treble/system.prop $(TARGET_SYSTEM_PROP)
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/phh/treble/bluetooth