Merge "Set default size for 32-bit GSI to 1 GB" into oc-mr1-dev

This commit is contained in:
TreeHugger Robot 2017-09-18 04:31:26 +00:00 committed by Android (Google) Code Review
commit 113fbe4468
2 changed files with 6 additions and 2 deletions

View File

@ -16,6 +16,9 @@
include build/make/target/board/treble_common_32.mk
# Overwrite the setting in treble_common_32.mk for non-A/B arm GSI
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 950009856
TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a-neon
TARGET_CPU_ABI := armeabi-v7a

View File

@ -16,5 +16,6 @@
include build/make/target/board/treble_common.mk
# Partition size is default 906MB for 32 bits projects
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 950009856
# Partition size defaults to 1 GB (1024 MB) for 32-bit products. It can
# be overwritten in specific BoardConfig.mk, if so desired.
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824