-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBoardConfig.mk
More file actions
29 lines (20 loc) · 854 Bytes
/
BoardConfig.mk
File metadata and controls
29 lines (20 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#inherit from the common blue definitions
-include device/sony/blue-common/BoardConfigCommon.mk
TARGET_SPECIFIC_HEADER_PATH += device/sony/nicki/include
TARGET_KERNEL_CONFIG := kangbang_defconfig
# Partition information
BOARD_VOLD_MAX_PARTITIONS := 18
# the following two sizes are generous guesses
# since these partitions are not visible
BOARD_BOOTIMAGE_PARTITION_SIZE := 0x01400000
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 0x01400000
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x105c0000
BOARD_USERDATAIMAGE_PARTITION_SIZE := 0x105c0000
BOARD_FLASH_BLOCK_SIZE := 131072
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/sony/nicki/bluetooth
# Recovery
BOARD_HAS_NO_SELECT_BUTTON := true
TARGET_USERIMAGES_USE_EXT4 := true
TARGET_OTA_ASSERT_DEVICE := nicki,C1905
# inherit from the proprietary version
-include vendor/sony/nicki/BoardConfigVendor.mk