3cbe82df5f
Add vndk_package into PRODUCT_PACKAGES, which includes HAL interfaces, VNDK, VNDK-SP and LL-NDK. vndk_package increases the total size of GSI content, so changes the system partition size of: * 64 bits projects to 1.5GB * 32 bits projects to 1.0GB Bug: 64654641 Test: build all GSI projects Change-Id: I3c66c966eceebd63ee19f6a3de778beed0be6de5
20 lines
764 B
Makefile
20 lines
764 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 1GB (1024MB) for 32 bits projects
|
|
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824
|