Fixed build for a-only (now called System-as-System)

This commit is contained in:
Pierre-Hugues Husson 2019-09-14 21:17:03 +02:00
parent dae86834b2
commit 120df2523a
3 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,8 @@
include build/make/target/board/generic_arm_a/BoardConfig.mk
include build/make/target/board/generic_arm_ab/BoardConfig.mk
include device/phh/treble/board-base.mk
ifeq ($(BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE),)
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1572864000
endif
TARGET_USES_64_BIT_BINDER := true
BOARD_SYSTEMIMAGE_AS_SYSTEM := true

View File

@ -1,6 +1,7 @@
include build/make/target/board/generic_arm64_a/BoardConfig.mk
include build/make/target/board/generic_arm64_ab/BoardConfig.mk
include device/phh/treble/board-base.mk
ifeq ($(BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE),)
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2080374784
endif
BOARD_SYSTEMIMAGE_AS_SYSTEM := true

View File

@ -1,4 +1,4 @@
include build/make/target/board/generic_arm_a/BoardConfig.mk
include build/make/target/board/generic_arm_ab/BoardConfig.mk
include device/phh/treble/board-base.mk
ifeq ($(BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE),)
@ -6,3 +6,4 @@ BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1313583104
endif
TARGET_USES_64_BIT_BINDER := false
BOARD_SYSTEMIMAGE_AS_SYSTEM := true