Make a board-base to be included by all boards

This commit is contained in:
Pierre-Hugues Husson 2018-03-28 23:08:57 +02:00
parent 76e806921c
commit 846bc0de38
5 changed files with 6 additions and 8 deletions

2
board-base.mk Normal file
View File

@ -0,0 +1,2 @@
TARGET_SYSTEM_PROP := device/phh/treble/system.prop $(TARGET_SYSTEM_PROP)
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/phh/treble/bluetooth

View File

@ -1,5 +1,4 @@
include build/make/target/board/generic_arm64_a/BoardConfig.mk
include device/phh/treble/board-base.mk
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

View File

@ -1,5 +1,4 @@
include build/make/target/board/generic_arm64_ab/BoardConfig.mk
include device/phh/treble/board-base.mk
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648
TARGET_SYSTEM_PROP := device/phh/treble/system.prop $(TARGET_SYSTEM_PROP)
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/phh/treble/bluetooth

View File

@ -1,5 +1,4 @@
include build/make/target/board/generic_arm_a/BoardConfig.mk
include device/phh/treble/board-base.mk
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824
TARGET_SYSTEM_PROP := device/phh/treble/system.prop $(TARGET_SYSTEM_PROP)
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/phh/treble/bluetooth

View File

@ -1,5 +1,4 @@
include build/make/target/board/generic_arm_ab/BoardConfig.mk
include device/phh/treble/board-base.mk
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824
TARGET_SYSTEM_PROP := device/phh/treble/system.prop $(TARGET_SYSTEM_PROP)
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/phh/treble/bluetooth