cc1d9c35fc
Some device has small ROM size, so the GSI should be as small as possible. The patch change the image sizes to be: - 64 projects (default): 1.25GB (1280MB) - 32 projects (default): 0.75GB (768MB) - ARM32 projects: 734MB Bug: 64458958 Test: Build all GSI projects Change-Id: I7f7a266e48e99b0b4d5c6a84b8187b56e4482c94
20 lines
765 B
Makefile
20 lines
765 B
Makefile
#
|
|
# Copyright (C) 2017 The Android Open-Source Project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
include build/make/target/board/treble_common.mk
|
|
|
|
# Partition size is default 0.75GB (768MB) for 32 bits projects
|
|
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 805306368
|